X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGame.h;h=6d46ff4954535ecc9638b7fc19fd1d977e487d72;hb=f8b5a2099dbe702e15dc5d010c7bc2e545b9cd74;hp=5526681c5900ec6c9018fe0cedc18fe1e1000f4b;hpb=1a2ba15f8d736428892d2fae8206a1a51eb11c9f;p=lugaru.git diff --git a/Source/Game.h b/Source/Game.h index 5526681..6d46ff4 100644 --- a/Source/Game.h +++ b/Source/Game.h @@ -218,11 +218,11 @@ SDL_bool sdlEventProc(const SDL_Event &e); -enum optionIndex { UNKNOWN, HELP, FULLSCREEN, NOMOUSEGRAB, SOUND, OPENALINFO, SHOWRESOLUTIONS }; +enum optionIndex { UNKNOWN, HELP, FULLSCREEN, NOMOUSEGRAB, SOUND, OPENALINFO, SHOWRESOLUTIONS, DEBUG }; /* Number of options + 1 */ -const int commandLineOptionsNumber = 8; +const int commandLineOptionsNumber = 9; -extern const option::Descriptor usage[12]; +extern const option::Descriptor usage[13]; extern option::Option commandLineOptions[commandLineOptionsNumber]; extern option::Option* commandLineOptionsBuffer;