diff options
Diffstat (limited to 'apps/plugins/superdom.c')
-rw-r--r-- | apps/plugins/superdom.c | 3 |
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 | ||
239 | struct resources humanres; | 239 | struct resources humanres; |
240 | struct resources compres; | 240 | struct resources compres; |
241 | enum { GS_PROD, GS_MOVE, GS_WAR } gamestate; | 241 | enum { GS_PROD, GS_MOVE, GS_WAR }; |
242 | int gamestate; | ||
242 | 243 | ||
243 | struct cursor{ | 244 | struct cursor{ |
244 | int x; | 245 | int x; |