hedgewars/uConsts.pas
changeset 3524 8d0783d2a0ff
parent 3519 56cbc035b74b
child 3532 04e2fea3e83a
--- 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