changeset 946 | 42c5cc87cbd1 |
parent 941 | b5222ddafe1f |
child 954 | 0cc31e998f4e |
--- a/hedgewars/uConsts.pas Sat May 24 17:34:06 2008 +0000 +++ b/hedgewars/uConsts.pas Sat May 24 18:37:04 2008 +0000 @@ -23,7 +23,7 @@ {$INCLUDE proto.inc} type - TGameState = (gsLandGen, gsStart, gsGame, gsConsole, gsExit); + TGameState = (gsLandGen, gsStart, gsGame, gsConsole, gsChat, gsExit); TGameType = (gmtLocal, gmtDemo, gmtNet, gmtSave, gmtLandPreview);