hedgewars/uConsts.pas
changeset 3532 04e2fea3e83a
parent 3523 6592fbb969da
parent 3524 8d0783d2a0ff
child 3537 8f5b3108f29c
--- 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