hedgewars/uConsts.pas
changeset 1022 f6a3fcb329ca
parent 1011 4fe2c4c57d10
child 1033 622c5de38d72
--- a/hedgewars/uConsts.pas	Thu Jun 19 20:34:53 2008 +0000
+++ b/hedgewars/uConsts.pas	Sun Jun 22 19:26:01 2008 +0000
@@ -23,7 +23,7 @@
 {$INCLUDE proto.inc}
 type
 
-     TGameState = (gsLandGen, gsStart, gsGame, gsChat, gsExit);
+     TGameState = (gsLandGen, gsStart, gsGame, gsChat, gsConfirm, gsExit);
 
      TGameType  = (gmtLocal, gmtDemo, gmtNet, gmtSave, gmtLandPreview);