[Super-tux-commit] supertux/src setup.cpp,1.70,1.71
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-05-06 12:51:36
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18361/src Modified Files: setup.cpp Log Message: Just added leveleditor argument to help info. Index: setup.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/setup.cpp,v retrieving revision 1.70 retrieving revision 1.71 diff -u -d -r1.70 -r1.71 --- setup.cpp 5 May 2004 16:07:19 -0000 1.70 +++ setup.cpp 6 May 2004 12:51:27 -0000 1.71 @@ -1048,8 +1048,8 @@ "Misc Options:\n" " -j, --joystick NUM Use joystick NUM (default: 0)\n" " --joymap XAXIS:YAXIS:A:B:START\n" + " --leveleditor Opens the leveleditor in a file. (Only works when a file is provided.)\n" " Define how joystick buttons and axis should be mapped\n" - " --worldmap Start in worldmap-mode (EXPERIMENTAL)\n" " -d, --datadir DIR Load Game data from DIR (default: automatic)\n" " --debug-mode Enables the debug-mode, which is useful for developers.\n" " --help Display a help message summarizing command-line\n" |