hedgewars/GSHandlers.inc
changeset 3685 5fdf49ace96c
parent 3682 45b416c5b976
child 3704 ed2b9c7fb260
--- a/hedgewars/GSHandlers.inc	Thu Jul 29 18:31:34 2010 -0400
+++ b/hedgewars/GSHandlers.inc	Thu Jul 29 18:31:48 2010 -0400
@@ -186,12 +186,12 @@
 
         if (Gear^.Invulnerable) then exit;
 
-        if _0_6 < Gear^.dY then
-            PlaySound(sndOw4, PHedgehog(Gear^.Hedgehog)^.Team^.voicepack)
-        else
-            PlaySound(sndOw1, PHedgehog(Gear^.Hedgehog)^.Team^.voicepack);
-
-        ApplyDamage(Gear, dmg);
+        //if _0_6 < Gear^.dY then
+        //    PlaySound(sndOw4, PHedgehog(Gear^.Hedgehog)^.Team^.voicepack)
+        //else
+        //    PlaySound(sndOw1, PHedgehog(Gear^.Hedgehog)^.Team^.voicepack);
+
+        ApplyDamage(Gear, dmg, dsFall);
     end
 end;