hedgewars/uMisc.pas
changeset 72 aeb2ac1878dc
parent 70 82d93eeecebe
child 74 42257fee61ae
equal deleted inserted replaced
71:5f56c6979496 72:aeb2ac1878dc
    37 {$INCLUDE options.inc}
    37 {$INCLUDE options.inc}
    38 var isCursorVisible : boolean = false;
    38 var isCursorVisible : boolean = false;
    39     isTerminated    : boolean = false;
    39     isTerminated    : boolean = false;
    40     isInLag         : boolean = false;
    40     isInLag         : boolean = false;
    41     isSoundEnabled  : boolean = true;
    41     isSoundEnabled  : boolean = true;
       
    42     isSEBackup      : boolean = true;
    42     isInMultiShoot  : boolean = false;
    43     isInMultiShoot  : boolean = false;
    43 
    44 
    44     GameState     : TGameState = Low(TGameState);
    45     GameState     : TGameState = Low(TGameState);
    45     GameType      : TGameType = gmtLocal;
    46     GameType      : TGameType = gmtLocal;
    46     GameFlags     : Longword = 0;
    47     GameFlags     : Longword = 0;