hedgewars/uConsts.pas
branchhedgeroid
changeset 6224 42b256eca362
parent 5725 e27100a0e2d0
parent 6081 537bbd5c1a62
child 6609 5861b2cc991f
--- a/hedgewars/uConsts.pas	Fri Oct 28 17:41:39 2011 +0200
+++ b/hedgewars/uConsts.pas	Fri Oct 28 18:26:17 2011 +0200
@@ -89,10 +89,12 @@
 
 // To allow these to layer, going to treat them as masks. The bottom byte is reserved for objects
 // TODO - set lfBasic for all solid land, ensure all uses of the flags can handle multiple flag bits
+// lfObject and lfBasic are only to be different *graphically*  in all other ways they should be treated the same
     lfBasic          = $8000;  // white
     lfIndestructible = $4000;  // red
-    lfObject         = $2000;  // no idea
-    lfDamaged        = $1000;  // no idea
+    lfObject         = $2000;  
+    lfDamaged        = $1000;  //
+    lfIce            = $0800;  // blue
 
     cMaxPower     = 1500;
     cMaxAngle     = 2048;