hedgewars/uConsts.pas
changeset 6077 d8fa5a85d24f
parent 5717 6d513913b7a9
child 6081 537bbd5c1a62
--- a/hedgewars/uConsts.pas	Sat Oct 01 03:06:51 2011 +0200
+++ b/hedgewars/uConsts.pas	Fri Sep 30 22:33:28 2011 -0400
@@ -91,7 +91,7 @@
 // TODO - set lfBasic for all solid land, ensure all uses of the flags can handle multiple flag bits
     lfBasic          = $8000;  // white
     lfIndestructible = $4000;  // red
-    lfObject         = $2000;  // no idea
+    lfObject         = $2000;  // no idea - lfObject and lfBasic are only to be different *graphically*  in all other ways they should be treated the same
     lfDamaged        = $1000;  // no idea
 
     cMaxPower     = 1500;