projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09dc0e0
)
Fixed little bug, that prevented you from enabling fullscreen through the command...
author
Tobias Gläßer
<tobi.web@gmx.de>
Sun, 18 Jan 2004 11:50:28 +0000
(11:50 +0000)
committer
Tobias Gläßer
<tobi.web@gmx.de>
Sun, 18 Jan 2004 11:50:28 +0000
(11:50 +0000)
SVN-Revision: 95
src/setup.c
patch
|
blob
|
history
diff --git
a/src/setup.c
b/src/setup.c
index
985e0c8
..
31bf697
100644
(file)
--- a/
src/setup.c
+++ b/
src/setup.c
@@
-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: */