# HG changeset patch
# User nemo
# Date 1288493285 14400
# Node ID dfeb8e348a094f8fd8691eefbe5611ded5fafafa
# Parent  b2c69be743422801a10cc20ccb71147e86aa2c22
Restore pending proper removal and cleanup from frontend. Otherwise we'll just confuse the users.

diff -r b2c69be74342 -r dfeb8e348a09 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;