hedgewars/uTypes.pas
changeset 5968 4e8bb227be9a
parent 5728 aca2acfba4ca
child 6023 a28be05b20bc
child 6277 627b5752733a
--- a/hedgewars/uTypes.pas	Mon Sep 19 23:18:48 2011 +0200
+++ b/hedgewars/uTypes.pas	Mon Sep 19 23:35:07 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);