This should not be in the unplaced section
authornemo
Sun, 13 Nov 2011 11:06:07 -0500
changeset 6351 8c2479443073
parent 6349 b10715d6b986
child 6352 2448f5390bd5
This should not be in the unplaced section
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);