X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FGame.hpp;h=36ad6c8c4de0080ffc2bcd20b4b97cb8e87d4e60;hp=159cbe78fc3c5dfdbf508a0093500f92990175c1;hb=1198f8141fe7d5b04a936935c45af3217064b0d7;hpb=848100cb2fe6ac3851b481a08876dc85129b0208 diff --git a/Source/Game.hpp b/Source/Game.hpp index 159cbe7..36ad6c8 100644 --- a/Source/Game.hpp +++ b/Source/Game.hpp @@ -206,9 +206,9 @@ SDL_bool sdlEventProc(const SDL_Event &e); -enum optionIndex { UNKNOWN, HELP, FULLSCREEN, NOMOUSEGRAB, SOUND, OPENALINFO, SHOWRESOLUTIONS, DEVTOOLS }; +enum optionIndex { UNKNOWN, VERSION, HELP, FULLSCREEN, NOMOUSEGRAB, SOUND, OPENALINFO, SHOWRESOLUTIONS, DEVTOOLS }; /* Number of options + 1 */ -const int commandLineOptionsNumber = 9; +const int commandLineOptionsNumber = 10; extern const option::Descriptor usage[13];