fixed warnings

svn-id: r11046
This commit is contained in:
Paweł Kołodziejski 2003-11-02 10:12:08 +00:00
parent b27a871f87
commit 9588a6fd31
3 changed files with 3 additions and 3 deletions

View file

@ -283,7 +283,7 @@ int main(int argc, char *argv[]) {
}
// (De)activate fullscreen mode as determined by the config settings
if (ConfMan.getBool("fullscreen") != system->property(OSystem::PROP_GET_FULLSCREEN, 0))
if (ConfMan.getBool("fullscreen") != (system->property(OSystem::PROP_GET_FULLSCREEN, 0) != 0))
system->property(OSystem::PROP_TOGGLE_FULLSCREEN, 0);
// Create the game engine