hedgewars/uTypes.pas
changeset 5662 99083392cd4f
parent 5638 e35ba2a400d8
child 5706 4454aa0523e7
--- a/hedgewars/uTypes.pas	Mon Aug 22 23:56:25 2011 +0200
+++ b/hedgewars/uTypes.pas	Tue Aug 23 03:46:17 2011 +0200
@@ -36,7 +36,7 @@
         end;
 
     // Possible states of the game
-    TGameState = (gsLandGen, gsStart, gsGame, gsChat, gsConfirm, gsExit, gsSuspend);
+    TGameState = (gsLandGen, gsStart, gsGame, gsChat, gsConfirm, gsExit);
 
     // Game types that help determining what the engine is actually supposed to do
     TGameType = (gmtLocal, gmtDemo, gmtNet, gmtSave, gmtLandPreview, gmtSyntax);