diff -r 7eb31efcfb9b -r 3dd028604cfd hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Sun Jul 12 13:51:29 2009 +0000 +++ b/hedgewars/uConsts.pas Sun Jul 12 13:57:20 2009 +0000 @@ -24,7 +24,7 @@ {$IFDEF GLES11} gles11, {$ELSE} - GL, + GL, {$ENDIF} uLocale; @@ -164,8 +164,8 @@ ifTransparent = $00000004; // image uses transparent pixels (color keying) ifIgnoreCaps = $00000008; // ignore hardware capabilities when loading (i.e. image will not be drawn using OpenGL) ifLowRes = $00000010; // try loading a low resolution image when it is critical -const - cMaxPower = 1500; + +const cMaxPower = 1500; cMaxAngle = 2048; cPowerDivisor = 1500; @@ -199,7 +199,7 @@ COLOR_LAND = $FFFF; // white COLOR_INDESTRUCTIBLE = $88FF; // red - //some opengl headers do not have these macros (unused) + //some opengl headers do not have these macros GL_BGR = $80E0; GL_BGRA = $80E1; GL_CLAMP_TO_EDGE = $812F;