hedgewars/uMisc.pas
changeset 626 a30171dbcd19
parent 622 cedd47d956ec
child 753 40fc0deb388f
equal deleted inserted replaced
625:373353eaa742 626:a30171dbcd19
    25     isInLag         : boolean = false;
    25     isInLag         : boolean = false;
    26     isPaused        : boolean = false;
    26     isPaused        : boolean = false;
    27     isSoundEnabled  : boolean = true;
    27     isSoundEnabled  : boolean = true;
    28     isSEBackup      : boolean = true;
    28     isSEBackup      : boolean = true;
    29     isInMultiShoot  : boolean = false;
    29     isInMultiShoot  : boolean = false;
       
    30     isSpeed         : boolean = false;
    30 
    31 
    31     GameState     : TGameState = Low(TGameState);
    32     GameState     : TGameState = Low(TGameState);
    32     GameType      : TGameType = gmtLocal;
    33     GameType      : TGameType = gmtLocal;
    33     GameFlags     : Longword = 0;
    34     GameFlags     : Longword = 0;
    34     TurnTimeLeft  : Longword = 0;
    35     TurnTimeLeft  : Longword = 0;