equal
deleted
inserted
replaced
47 cInitHeight : LongInt = 768; |
47 cInitHeight : LongInt = 768; |
48 cBits : LongInt = 16; |
48 cBits : LongInt = 16; |
49 cBitsStr : string[2] = '16'; |
49 cBitsStr : string[2] = '16'; |
50 cTagsMask : byte = 7; |
50 cTagsMask : byte = 7; |
51 |
51 |
52 cWaterLine : LongInt = 1024; |
52 cWaterLine : LongInt = LAND_HEIGHT+1; |
53 cVisibleWater : LongInt = 128; |
53 cVisibleWater : LongInt = 128; |
54 cGearScrEdgesDist: LongInt = 240; |
54 cGearScrEdgesDist: LongInt = 240; |
55 cCursorEdgesDist : LongInt = 100; |
55 cCursorEdgesDist : LongInt = 100; |
56 cTeamHealthWidth : LongInt = 128; |
56 cTeamHealthWidth : LongInt = 128; |
57 cAltDamage : boolean = true; |
57 cAltDamage : boolean = true; |