diff -r 0c34dbfdea77 -r 5fdf49ace96c hedgewars/GSHandlers.inc --- 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;