Fixed little bug, that prevented you from enabling fullscreen through the command...
authorTobias Gläßer <tobi.web@gmx.de>
Sun, 18 Jan 2004 11:50:28 +0000 (11:50 +0000)
committerTobias Gläßer <tobi.web@gmx.de>
Sun, 18 Jan 2004 11:50:28 +0000 (11:50 +0000)
SVN-Revision: 95

src/setup.c

index 985e0c8..31bf697 100644 (file)
@@ -454,7 +454,7 @@ void parseargs(int argc, char * argv[])
 
           use_fullscreen = YES;
         }
-      if (strcmp(argv[i], "--opengl") == 0 ||
+      else if (strcmp(argv[i], "--opengl") == 0 ||
           strcmp(argv[i], "-g") == 0)
         {
           /* Use full screen: */