--- a/hedgewars/GSHandlers.inc Mon Jul 26 13:05:07 2010 +0200
+++ b/hedgewars/GSHandlers.inc Thu Jul 29 13:43:57 2010 +0200
@@ -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;