hedgewars/uConsts.pas
changeset 8838 aa2ffd427f6a
parent 8751 4609823efc94
child 8847 ff7fbab7cd56
child 8987 47cf32305d99
--- 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;