diff -r 273567816538 -r 49bca2fabbd3 hedgewars/uGearsHandlersRope.pas --- a/hedgewars/uGearsHandlersRope.pas Wed Oct 23 12:46:29 2013 -0400 +++ b/hedgewars/uGearsHandlersRope.pas Wed Oct 23 22:25:17 2013 +0400 @@ -409,8 +409,6 @@ HHGear: PGear; tx, ty, tt: hwFloat; begin - if (TurnTimeLeft > 0) then dec(TurnTimeLeft); - Gear^.X := Gear^.X - Gear^.dX; Gear^.Y := Gear^.Y - Gear^.dY; Gear^.Elasticity := Gear^.Elasticity + _1;