diff -r 6e3308fc2a1d -r 0bdeea9d388e hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Thu Apr 04 14:01:54 2013 +0400 +++ b/hedgewars/uConsts.pas Thu Apr 04 18:47:09 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;