hedgewars/uTypes.pas
branchhedgeroid
changeset 6023 a28be05b20bc
parent 5824 2e5835130d9a
parent 5968 4e8bb227be9a
child 6025 cac1d5601d7c
--- a/hedgewars/uTypes.pas	Sun Sep 25 18:22:12 2011 +0200
+++ b/hedgewars/uTypes.pas	Sun Sep 25 18:24:01 2011 +0200
@@ -36,7 +36,7 @@
         end;
 
     // Possible states of the game
-    TGameState = (gsLandGen, gsStart, gsGame, gsChat, gsConfirm, gsExit);
+    TGameState = (gsLandGen, gsStart, gsGame, gsChat, gsConfirm, gsExit, gsSuspend);
 
     // Game types that help determining what the engine is actually supposed to do
     TGameType = (gmtLocal, gmtDemo, gmtNet, gmtSave, gmtLandPreview, gmtSyntax);