hedgewars/uMisc.pas
changeset 1057 6b5785287f42
parent 1055 9af540b23409
child 1066 1f1b3686a2b0
equal deleted inserted replaced
1056:bb33a634a4b0 1057:6b5785287f42
    66 	cSeed         : shortstring = '';
    66 	cSeed         : shortstring = '';
    67 	cInitVolume   : LongInt = 128;
    67 	cInitVolume   : LongInt = 128;
    68 	cVolumeDelta  : LongInt = 0;
    68 	cVolumeDelta  : LongInt = 0;
    69 	cTimerInterval   : Longword = 5;
    69 	cTimerInterval   : Longword = 5;
    70 	cHasFocus     : boolean = true;
    70 	cHasFocus     : boolean = true;
    71 	cInactDelay   : Longword = 1500;
    71 	cInactDelay   : Longword = 1250;
    72 
    72 
    73 	bBetweenTurns: boolean = false;
    73 	bBetweenTurns: boolean = false;
    74 	cHealthDecrease: LongWord = 0;
    74 	cHealthDecrease: LongWord = 0;
    75 	bWaterRising   : Boolean = false;
    75 	bWaterRising   : Boolean = false;
    76 
    76