fixed more warnings

This commit is contained in:
Pawel Kolodziejski 2005-01-13 00:15:15 +00:00
parent 5a0c809972
commit c0f8811e01
13 changed files with 50 additions and 50 deletions

View file

@ -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
}