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 d5d08fb162..c2a7d8f896 100644
--- a/apps/plugins/superdom.c
+++ b/apps/plugins/superdom.c
@@ -238,7 +238,8 @@ struct settings {
238 238
239struct resources humanres; 239struct resources humanres;
240struct resources compres; 240struct resources compres;
241enum { GS_PROD, GS_MOVE, GS_WAR } gamestate; 241enum { GS_PROD, GS_MOVE, GS_WAR };
242int gamestate;
242 243
243struct cursor{ 244struct cursor{
244 int x; 245 int x;