summaryrefslogtreecommitdiff
path: root/apps/plugins/superdom.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/superdom.c')
-rw-r--r--apps/plugins/superdom.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/superdom.c b/apps/plugins/superdom.c
index d5d08fb..c2a7d8f 100644
--- a/apps/plugins/superdom.c
+++ b/apps/plugins/superdom.c
@@ -238,7 +238,8 @@ struct settings {
struct resources humanres;
struct resources compres;
-enum { GS_PROD, GS_MOVE, GS_WAR } gamestate;
+enum { GS_PROD, GS_MOVE, GS_WAR };
+int gamestate;
struct cursor{
int x;