diff -r ac8a762ccb4e -r 70f344c911ea hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Fri Jul 10 16:47:45 2009 +0000 +++ b/hedgewars/uConsts.pas Fri Jul 10 16:56:37 2009 +0000 @@ -24,7 +24,7 @@ {$IFDEF GLES11} gles11, {$ELSE} - GL, + GL, {$ENDIF} uLocale; @@ -195,6 +195,8 @@ //some opengl headers do not have these macros (unused) GL_BGR = $80E0; GL_BGRA = $80E1; + GL_CLAMP_TO_EDGE = $812F; + cifRandomize = $00000001; cifTheme = $00000002;