diff -r 65a3b4bea459 -r c213645ff848 hedgewars/uTypes.pas --- a/hedgewars/uTypes.pas Fri Mar 02 19:44:09 2018 +0100 +++ b/hedgewars/uTypes.pas Sun Mar 04 00:13:38 2018 +0100 @@ -36,7 +36,7 @@ end; // Possible states of the game - TGameState = (gsLandGen, gsStart, gsGame, gsChat, gsConfirm, gsExit, gsSuspend); + TGameState = (gsLandGen, gsStart, gsGame, gsConfirm, gsExit, gsSuspend); // Game types that help determining what the engine is actually supposed to do TGameType = (gmtLocal, gmtDemo, gmtNet, gmtSave, gmtLandPreview, gmtSyntax, gmtRecord);