# HG changeset patch
# User nemo
# Date 1312734321 14400
# Node ID 3768e9a6ec407ad5aea3b6ec254c001cb811a140
# Parent  79dd457193e650625f7f0aaef4bae87ac3208cc6
disable special case for parachute on rope. legacy? Without it, parachute behaves as one expects

diff -r 79dd457193e6 -r 3768e9a6ec40 hedgewars/GSHandlers.inc
--- a/hedgewars/GSHandlers.inc	Sun Aug 07 12:06:53 2011 -0400
+++ b/hedgewars/GSHandlers.inc	Sun Aug 07 12:25:21 2011 -0400
@@ -1366,7 +1366,7 @@
     DeleteGear(Gear)
 end;
 
-procedure WaitCollision;
+(*procedure WaitCollision;
 begin
     with HHGear^ do
     begin
@@ -1376,7 +1376,7 @@
     RopePoints.Count := 0;
     Gear^.Elasticity := _0;
     Gear^.doStep := @doStepRopeAfterAttack
-end;
+end;*)
 
 begin
     HHGear := Gear^.Hedgehog^.Gear;
@@ -1582,9 +1582,9 @@
             with Gear^.Hedgehog^ do
                 begin
                 PlaySound(sndRopeRelease);
-                if CurAmmoType <> amParachute then
-                    WaitCollision
-                else
+                //if CurAmmoType <> amParachute then
+                //    WaitCollision
+                //else
                     DeleteMe
                 end
         end