equal
deleted
inserted
replaced
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 |