hedgewars/uMisc.pas
changeset 1530 3b8d723661b2
parent 1346 b4d51b95aa16
child 1560 e140bc57ff68
equal deleted inserted replaced
1529:3bc916b419cd 1530:3b8d723661b2
    48 	cTagsMask        : byte = 7;
    48 	cTagsMask        : byte = 7;
    49 
    49 
    50 	cWaterLine       : LongInt = 1024;
    50 	cWaterLine       : LongInt = 1024;
    51 	cVisibleWater    : LongInt = 128;
    51 	cVisibleWater    : LongInt = 128;
    52 	cGearScrEdgesDist: LongInt = 240;
    52 	cGearScrEdgesDist: LongInt = 240;
    53 	cCursorEdgesDist : LongInt = 40;
    53 	cCursorEdgesDist : LongInt = 100;
    54 	cTeamHealthWidth : LongInt = 128;
    54 	cTeamHealthWidth : LongInt = 128;
    55 	cAltDamage       : boolean = true;
    55 	cAltDamage       : boolean = true;
    56 
    56 
    57 	GameTicks     : LongWord = 0;
    57 	GameTicks     : LongWord = 0;
    58 
    58