hedgewars/uVariables.pas
changeset 14463 bd1db668b7c0
parent 14416 96624a6cdb93
child 14477 4b678aad50e9
equal deleted inserted replaced
14462:4c743ef80b1b 14463: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;