hedgewars/uMisc.pas
changeset 3988 044cc945b2f8
parent 3971 5c82ee165ed5
child 4003 ca0600ab38bf
child 4004 b1c2c2f6fc5e
equal deleted inserted replaced
3987:fd67be12fdbc 3988:044cc945b2f8
    39     cShowFPS        : boolean     = false;
    39     cShowFPS        : boolean     = false;
    40     cAltDamage      : boolean     = true;
    40     cAltDamage      : boolean     = true;
    41     cReducedQuality : LongInt     = rqNone;
    41     cReducedQuality : LongInt     = rqNone;
    42     //userNick is in uChat
    42     //userNick is in uChat
    43     recordFileName  : shortstring = '';
    43     recordFileName  : shortstring = '';
    44     cReadyDelay     : Longword    = 5000;
    44     cReadyDelay     : Longword    = 0;
    45     cLogfileBase    : shortstring = 'debug';
    45     cLogfileBase    : shortstring = 'debug';
    46 //////////////////////////
    46 //////////////////////////
    47     
    47     
    48     isCursorVisible : boolean;
    48     isCursorVisible : boolean;
    49     isTerminated    : boolean;
    49     isTerminated    : boolean;