hedgewars/uMisc.pas
changeset 4157 f8898d6cca6e
parent 4153 6bd94e4c5d65
child 4197 dad127904958
equal deleted inserted replaced
4156:bb1a82bbe9e3 4157:f8898d6cca6e
    36     cInitVolume     : LongInt     = 100;
    36     cInitVolume     : LongInt     = 100;
    37     cTimerInterval  : LongInt     = 8;
    37     cTimerInterval  : LongInt     = 8;
    38     PathPrefix      : shortstring = './';
    38     PathPrefix      : shortstring = './';
    39     cShowFPS        : boolean     = false;
    39     cShowFPS        : boolean     = false;
    40     cAltDamage      : boolean     = true;
    40     cAltDamage      : boolean     = true;
    41     cReducedQuality : LongInt     = rqNone;
    41     cReducedQuality : LongWord    = rqNone;
    42     //userNick is in uChat
    42     //userNick is in uChat
    43     recordFileName  : shortstring = '';
    43     recordFileName  : shortstring = '';
    44     cReadyDelay     : Longword    = 0;
    44     cReadyDelay     : Longword    = 0;
    45     cLogfileBase    : shortstring = 'debug';
    45     cLogfileBase    : shortstring = 'debug';
    46 //////////////////////////
    46 //////////////////////////