diff -r c4e0ef164162 -r 04e2fea3e83a hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Mon Jun 21 22:18:53 2010 +0200 +++ b/hedgewars/uConsts.pas Mon Jun 21 22:45:52 2010 +0200 @@ -249,6 +249,7 @@ {$ENDIF} // 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 lfBasic = $8000; // white lfIndestructible = $4000; // red lfObject = $2000; // no idea