hedgewars/uConsts.pas
changeset 946 42c5cc87cbd1
parent 941 b5222ddafe1f
child 954 0cc31e998f4e
equal deleted inserted replaced
945:4ead9cde4e14 946:42c5cc87cbd1
    21 uses SDLh, GL, uLocale;
    21 uses SDLh, GL, uLocale;
    22 {$INCLUDE options.inc}
    22 {$INCLUDE options.inc}
    23 {$INCLUDE proto.inc}
    23 {$INCLUDE proto.inc}
    24 type
    24 type
    25 
    25 
    26      TGameState = (gsLandGen, gsStart, gsGame, gsConsole, gsExit);
    26      TGameState = (gsLandGen, gsStart, gsGame, gsConsole, gsChat, gsExit);
    27 
    27 
    28      TGameType  = (gmtLocal, gmtDemo, gmtNet, gmtSave, gmtLandPreview);
    28      TGameType  = (gmtLocal, gmtDemo, gmtNet, gmtSave, gmtLandPreview);
    29 
    29 
    30      TPathType  = (ptNone, ptData, ptGraphics, ptThemes, ptCurrTheme, ptTeams, ptMaps,
    30      TPathType  = (ptNone, ptData, ptGraphics, ptThemes, ptCurrTheme, ptTeams, ptMaps,
    31                    ptMapCurrent, ptDemos, ptSounds, ptGraves, ptFonts, ptForts,
    31                    ptMapCurrent, ptDemos, ptSounds, ptGraves, ptFonts, ptForts,