--- 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;