From 9588a6fd31a050f3284b326541c4eedb7c108d8c Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Sun, 2 Nov 2003 10:12:08 +0000 Subject: fixed warnings svn-id: r11046 --- base/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') diff --git a/base/main.cpp b/base/main.cpp index a494715a6a..9f02ba4350 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -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 -- cgit v1.2.3