hedgewars/uVariables.pas
changeset 14484 bd1db668b7c0
parent 14437 96624a6cdb93
child 14498 4b678aad50e9
equal deleted inserted replaced
14483:4c743ef80b1b 14484:bd1db668b7c0
    86     fastScrolling   : boolean;
    86     fastScrolling   : boolean;
    87     autoCameraOn    : boolean;
    87     autoCameraOn    : boolean;
    88 
    88 
    89     CheckSum        : LongWord;
    89     CheckSum        : LongWord;
    90     CampaignVariable: shortstring;
    90     CampaignVariable: shortstring;
       
    91     MissionVariable : shortstring;
    91     GameTicks       : LongWord;
    92     GameTicks       : LongWord;
    92     OuchTauntTimer  : LongWord; // Timer which blocks sndOuch from being played too often and fast
    93     OuchTauntTimer  : LongWord; // Timer which blocks sndOuch from being played too often and fast
    93     GameState       : TGameState;
    94     GameState       : TGameState;
    94     GameType        : TGameType;
    95     GameType        : TGameType;
    95     InputMask       : LongWord;
    96     InputMask       : LongWord;