--- a/hedgewars/uConsts.pas Fri Jul 10 00:39:16 2009 +0000
+++ b/hedgewars/uConsts.pas Fri Jul 10 14:46:33 2009 +0000
@@ -190,7 +190,7 @@
{$ENDIF}
COLOR_LAND = $FFFF; // white
- COLOR_INDESTRUCTIBLE = $88FF; // red
+ COLOR_INDESTRUCTIBLE = $FF88; // green
//some opengl headers do not have these macros
GL_BGR = $80E0;
@@ -199,9 +199,7 @@
cifRandomize = $00000001;
cifTheme = $00000002;
cifMap = $00000002; // either theme or map (or map+theme)
- cifAllInited = cifRandomize or
- cifTheme or
- cifMap;
+ cifAllInited = cifRandomize or cifTheme or cifMap;
cTransparentColor: Longword = $000000;
Binary file share/hedgewars/Data/Maps/Basketball/mask.png has changed