equal
deleted
inserted
replaced
113 cPowerDivisor = 1500; |
113 cPowerDivisor = 1500; |
114 |
114 |
115 MAXNAMELEN = 192; |
115 MAXNAMELEN = 192; |
116 MAXROPEPOINTS = 3840; |
116 MAXROPEPOINTS = 3840; |
117 |
117 |
118 {$IFNDEF PAS2C} |
|
119 // some opengl headers do not have these macros |
118 // some opengl headers do not have these macros |
120 GL_BGR = $80E0; |
119 GL_BGR = $80E0; |
121 GL_BGRA = $80E1; |
120 GL_BGRA = $80E1; |
122 GL_CLAMP_TO_EDGE = $812F; |
121 GL_CLAMP_TO_EDGE = $812F; |
123 GL_TEXTURE_PRIORITY = $8066; |
122 GL_TEXTURE_PRIORITY = $8066; |
124 {$ENDIF} |
|
125 |
123 |
126 cVisibleWater : LongInt = 128; |
124 cVisibleWater : LongInt = 128; |
127 cTeamHealthWidth : LongInt = 128; |
125 cTeamHealthWidth : LongInt = 128; |
128 |
126 |
129 cifRandomize = $00000001; |
127 cifRandomize = $00000001; |