fixed more warnings
This commit is contained in:
parent
5a0c809972
commit
c0f8811e01
13 changed files with 50 additions and 50 deletions
2
lua.cpp
2
lua.cpp
|
@ -1422,7 +1422,7 @@ static void SetAmbientLight() {
|
|||
}
|
||||
|
||||
static void EngineDisplay() {
|
||||
/*bool mode = */check_int(1) != 0;
|
||||
/*bool mode = check_int(1) != 0;*/
|
||||
// it enable/disable updating display
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue