Restore pending proper removal and cleanup from frontend. Otherwise we'll just confuse the users.
authornemo
Sat, 30 Oct 2010 22:48:05 -0400
changeset 4042 dfeb8e348a09
parent 4041 b2c69be74342
child 4043 4bf039d637df
Restore pending proper removal and cleanup from frontend. Otherwise we'll just confuse the users.
hedgewars/uConsts.pas
--- a/hedgewars/uConsts.pas	Sat Oct 30 22:43:30 2010 -0400
+++ b/hedgewars/uConsts.pas	Sat Oct 30 22:48:05 2010 -0400
@@ -339,7 +339,7 @@
     gfLowGravity         = $00000020;
     gfLaserSight         = $00000040;
     gfInvulnerable       = $00000080;
-
+    gfMines              = $00000100;           // redundant? same effect as 'landadds 0'
     gfVampiric           = $00000200;
     gfKarma              = $00000400;
     gfArtillery          = $00000800;