equal
deleted
inserted
replaced
257 cPowerDivisor = 1500; |
257 cPowerDivisor = 1500; |
258 |
258 |
259 MAXNAMELEN = 192; |
259 MAXNAMELEN = 192; |
260 |
260 |
261 // some opengl headers do not have these macros |
261 // some opengl headers do not have these macros |
262 GL_BGR = $80E0; |
262 GL_BGR = $80E0; |
263 GL_BGRA = $80E1; |
263 GL_BGRA = $80E1; |
264 GL_CLAMP_TO_EDGE = $812F; |
264 GL_CLAMP_TO_EDGE = $812F; |
265 |
265 GL_TEXTURE_PRIORITY = $8066; |
|
266 |
266 cSendCursorPosTime : LongWord = 50; |
267 cSendCursorPosTime : LongWord = 50; |
267 cVisibleWater : LongInt = 128; |
268 cVisibleWater : LongInt = 128; |
268 cCursorEdgesDist : LongInt = 100; |
269 cCursorEdgesDist : LongInt = 100; |
269 cTeamHealthWidth : LongInt = 128; |
270 cTeamHealthWidth : LongInt = 128; |
270 cWaterOpacity : byte = $80; |
271 cWaterOpacity : byte = $80; |