From 509971d6b135b99a17a448bfa56b85eb1f0062f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Wed, 2 Mar 2011 09:07:37 +0100 Subject: [PATCH] Small fix of the GameMode enum --- library/include/dfhack/modules/World.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/include/dfhack/modules/World.h b/library/include/dfhack/modules/World.h index 0985e5cfa..82ecb88b8 100644 --- a/library/include/dfhack/modules/World.h +++ b/library/include/dfhack/modules/World.h @@ -31,7 +31,7 @@ namespace DFHack GM_Kittens = 2, // not sure yet, but I think it will involve kittens GM_Menu = 3, GM_Arena = 4, - GM_MAX + GM_MAX = 4, }; struct t_gamemodes {