# HG changeset patch # User sheepluva # Date 1347012818 -7200 # Node ID 7e712605764c2bbf399611d58d3a2647756836f4 # Parent aead327f1e1a7f090483404dc1023e40f288f72d# Parent 58620e9e5ed5c675e5256f0a55c652082af60773 merging in campaign updates - please test diff -r 58620e9e5ed5 -r 7e712605764c hedgewars/uGearsHandlersRope.pas --- a/hedgewars/uGearsHandlersRope.pas Wed Sep 05 16:54:13 2012 +0300 +++ b/hedgewars/uGearsHandlersRope.pas Fri Sep 07 12:13:38 2012 +0200 @@ -323,9 +323,8 @@ HHGear^.dX.QWordValue:= HHGear^.dX.QWordValue shr 2; HHGear^.dY.QWordValue:= HHGear^.dY.QWordValue shr 2; - if not haveCollision then + if (not haveCollision) and ((Gear^.State and gsttmpFlag) <> 0) then begin - if (Gear^.State and gsttmpFlag) <> 0 then begin PlaySound(sndRopeRelease); if Gear^.Hedgehog^.CurAmmoType <> amParachute then