hedgewars/uConsts.pas
changeset 3493 2adbae321127
parent 3491 4619b1ae99b5
child 3509 d72c2219595d
--- a/hedgewars/uConsts.pas	Thu Jun 03 18:31:56 2010 +0000
+++ b/hedgewars/uConsts.pas	Thu Jun 03 23:02:35 2010 +0000
@@ -259,10 +259,11 @@
     MAXNAMELEN = 192;
     
     // some opengl headers do not have these macros
-    GL_BGR       = $80E0;
-    GL_BGRA      = $80E1;
-    GL_CLAMP_TO_EDGE = $812F;
-
+    GL_BGR              = $80E0;
+    GL_BGRA             = $80E1;
+    GL_CLAMP_TO_EDGE    = $812F;
+    GL_TEXTURE_PRIORITY = $8066;
+    
     cSendCursorPosTime  : LongWord = 50;
     cVisibleWater       : LongInt = 128;
     cCursorEdgesDist    : LongInt = 100;