# HG changeset patch # User koda # Date 1247237193 0 # Node ID 10a5c05e09c99a2b9ef9b7c04c6f78bf370fdf45 # Parent 4f138785a3ff6478a84564fc77d14bbbd7477c62 moves indestructible color to green for iphone compatibility diff -r 4f138785a3ff -r 10a5c05e09c9 hedgewars/uConsts.pas --- 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; diff -r 4f138785a3ff -r 10a5c05e09c9 share/hedgewars/Data/Maps/Basketball/mask.png Binary file share/hedgewars/Data/Maps/Basketball/mask.png has changed