diff -r 96a502730e81 -r 8d0783d2a0ff hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Sun Jun 20 18:26:49 2010 -0400 +++ b/hedgewars/uConsts.pas Sun Jun 20 19:31:15 2010 -0400 @@ -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