diff -r 01bcf9ea68c1 -r aa2ffd427f6a hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Wed Apr 03 00:46:19 2013 +0200 +++ b/hedgewars/uConsts.pas Wed Apr 03 23:56:59 2013 +0200 @@ -115,13 +115,11 @@ MAXNAMELEN = 192; MAXROPEPOINTS = 3840; - {$IFNDEF PAS2C} // some opengl headers do not have these macros GL_BGR = $80E0; GL_BGRA = $80E1; GL_CLAMP_TO_EDGE = $812F; GL_TEXTURE_PRIORITY = $8066; - {$ENDIF} cVisibleWater : LongInt = 128; cTeamHealthWidth : LongInt = 128;