diff -r 1647244b3ffe -r 99083392cd4f hedgewars/uTypes.pas --- 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);