# HG changeset patch
# User nemo
# Date 1321200367 18000
# Node ID 8c2479443073775a912796f16c3ae117cf4d2339
# Parent  b10715d6b9860db769653d30958fe59d9c7d40c8
This should not be in the unplaced section

diff -r b10715d6b986 -r 8c2479443073 hedgewars/HHHandlers.inc
--- a/hedgewars/HHHandlers.inc	Sun Nov 13 17:52:50 2011 +0200
+++ b/hedgewars/HHHandlers.inc	Sun Nov 13 11:06:07 2011 -0500
@@ -771,7 +771,6 @@
    Gear^.dY:= _0;
    Gear^.dX:= _0;
    Gear^.State:= Gear^.State and not gstMoving;
-   while TestCollisionYWithGear(Gear,1) = 0 do Gear^.Y:= Gear^.Y+_1;
    exit
    end;
 isFalling:= (Gear^.dY.isNegative) or not TestCollisionYKick(Gear, 1);