equal
deleted
inserted
replaced
58 cInitHeight : LongInt = 768; |
58 cInitHeight : LongInt = 768; |
59 cBits : LongInt = 32; |
59 cBits : LongInt = 32; |
60 cBitsStr : string[2] = '32'; |
60 cBitsStr : string[2] = '32'; |
61 cTagsMask : byte = 7; |
61 cTagsMask : byte = 7; |
62 zoom : GLfloat = 2.0; |
62 zoom : GLfloat = 2.0; |
|
63 ZoomValue : GLfloat = 2.0; |
63 |
64 |
64 cWaterLine : LongInt = LAND_HEIGHT; |
65 cWaterLine : LongInt = LAND_HEIGHT; |
65 cVisibleWater : LongInt = 128; |
66 cVisibleWater : LongInt = 128; |
66 cGearScrEdgesDist: LongInt = 240; |
67 cGearScrEdgesDist: LongInt = 240; |
67 cCursorEdgesDist : LongInt = 100; |
68 cCursorEdgesDist : LongInt = 100; |