Small fix of the GameMode enum

develop
Petr Mrázek 2011-03-02 09:07:37 +01:00
parent 267bc1d446
commit 509971d6b1
1 changed files with 1 additions and 1 deletions

@ -31,7 +31,7 @@ namespace DFHack
GM_Kittens = 2, // not sure yet, but I think it will involve kittens GM_Kittens = 2, // not sure yet, but I think it will involve kittens
GM_Menu = 3, GM_Menu = 3,
GM_Arena = 4, GM_Arena = 4,
GM_MAX GM_MAX = 4,
}; };
struct t_gamemodes struct t_gamemodes
{ {