]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.h
Rename debug mode to dev tools
[lugaru.git] / Source / Game.h
index 68a23a3d979c8b95113ea0b422a7fbc731ed8372..96ec8154f262794154749a78cef3bd82dfcfb3a0 100644 (file)
@@ -217,7 +217,7 @@ SDL_bool sdlEventProc(const SDL_Event &e);
 
 
 
-enum  optionIndex { UNKNOWN, HELP, FULLSCREEN, NOMOUSEGRAB, SOUND, OPENALINFO, SHOWRESOLUTIONS, DEBUG };
+enum  optionIndex { UNKNOWN, HELP, FULLSCREEN, NOMOUSEGRAB, SOUND, OPENALINFO, SHOWRESOLUTIONS, DEVTOOLS };
 /* Number of options + 1 */
 const int commandLineOptionsNumber = 9;