hedgewars/uConsts.pas
changeset 2247 10a5c05e09c9
parent 2244 853a1db1cff6
child 2248 26e11cb27c61
--- 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;