diff -r 10a5c05e09c9 -r 26e11cb27c61 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Fri Jul 10 14:46:33 2009 +0000 +++ b/hedgewars/uConsts.pas Fri Jul 10 16:47:11 2009 +0000 @@ -190,9 +190,9 @@ {$ENDIF} COLOR_LAND = $FFFF; // white - COLOR_INDESTRUCTIBLE = $FF88; // green + COLOR_INDESTRUCTIBLE = $88FF; // red - //some opengl headers do not have these macros + //some opengl headers do not have these macros (unused) GL_BGR = $80E0; GL_BGRA = $80E1;