--- a/hedgewars/uConsts.pas Fri Jun 18 14:22:14 2010 -0400
+++ b/hedgewars/uConsts.pas Fri Jun 18 14:26:04 2010 -0400
@@ -249,10 +249,10 @@
{$ENDIF}
// To allow these to layer, going to treat them as masks. The bottom byte is reserved for objects
- LAND_BASIC = $8000; // white
- LAND_INDESTRUCTIBLE = $4000; // red
- LAND_OBJECT = $2000; // no idea
- LAND_DAMAGED = $1000; // no idea
+ lfBasic = $8000; // white
+ lfIndestructible = $4000; // red
+ lfObject = $2000; // no idea
+ lfDamaged = $1000; // no idea
cMaxPower = 1500;
cMaxAngle = 2048;