hedgewars/uMisc.pas
changeset 2210 1cb7118a77dd
parent 2171 8208946331ba
child 2242 2e8251933b71
equal deleted inserted replaced
2209:2573d4ff78f9 2210:1cb7118a77dd
    80 	cLandAdditions: Longword = 4;
    80 	cLandAdditions: Longword = 4;
    81 	cFullScreen   : boolean = false;
    81 	cFullScreen   : boolean = false;
    82 	cReducedQuality : boolean = false;
    82 	cReducedQuality : boolean = false;
    83 	cLocaleFName  : shortstring = 'en.txt';
    83 	cLocaleFName  : shortstring = 'en.txt';
    84 	cSeed         : shortstring = '';
    84 	cSeed         : shortstring = '';
    85 	cInitVolume   : LongInt = 128;
    85 	cInitVolume   : LongInt = 50;
    86 	cVolumeDelta  : LongInt = 0;
    86 	cVolumeDelta  : LongInt = 0;
    87 	cTimerInterval   : Longword = 8;
    87 	cTimerInterval   : Longword = 8;
    88 	cHasFocus     : boolean = true;
    88 	cHasFocus     : boolean = true;
    89 	cInactDelay   : Longword = 1250;
    89 	cInactDelay   : Longword = 1250;
    90 
    90