X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGame.hpp;h=9bb6adbcf3f2b7f902c9f639d847dfc77e875932;hb=438c1f04f5a31edba4cfe66dd57945bf2fe0fc04;hp=51232cc5a5fa7342b0434253bd25078d20c3947f;hpb=6a8cb464330e92163c8feaf101b8b5837c973bba;p=lugaru.git diff --git a/Source/Game.hpp b/Source/Game.hpp index 51232cc..9bb6adb 100644 --- a/Source/Game.hpp +++ b/Source/Game.hpp @@ -234,7 +234,7 @@ enum optionIndex /* Number of options + 1 */ const int commandLineOptionsNumber = 10; -extern const option::Descriptor usage[13]; +extern const option::Descriptor usage[]; extern option::Option commandLineOptions[commandLineOptionsNumber]; extern option::Option* commandLineOptionsBuffer;