equal
deleted
inserted
replaced
114 cSendCursorPosTime : LongWord = 50; |
114 cSendCursorPosTime : LongWord = 50; |
115 cVisibleWater : LongInt = 128; |
115 cVisibleWater : LongInt = 128; |
116 cCursorEdgesDist : LongInt = 100; |
116 cCursorEdgesDist : LongInt = 100; |
117 cTeamHealthWidth : LongInt = 128; |
117 cTeamHealthWidth : LongInt = 128; |
118 cWaterOpacity : byte = $80; |
118 cWaterOpacity : byte = $80; |
|
119 cSDWaterOpacity : byte = $80; |
119 |
120 |
120 cifRandomize = $00000001; |
121 cifRandomize = $00000001; |
121 cifTheme = $00000002; |
122 cifTheme = $00000002; |
122 cifMap = $00000002; // either theme or map (or map+theme) |
123 cifMap = $00000002; // either theme or map (or map+theme) |
123 cifAllInited = cifRandomize or cifTheme or cifMap; |
124 cifAllInited = cifRandomize or cifTheme or cifMap; |