diff -r 07256e1ad559 -r 2adbae321127 hedgewars/uConsts.pas --- 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;