diff -r 01f99668cbe0 -r 0810826cdf80 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Wed Dec 24 13:24:38 2014 -0500 +++ b/hedgewars/uConsts.pas Wed Dec 24 14:42:05 2014 -0500 @@ -105,9 +105,9 @@ // 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 + lfBasic = $8000; // black lfIndestructible = $4000; // red - lfObject = $2000; + lfObject = $2000; // white lfDamaged = $1000; // lfIce = $0800; // blue lfBouncy = $0400; // green