diff -r 4e4111a75256 -r f01798038c2e hedgewars/uGearsUtils.pas --- a/hedgewars/uGearsUtils.pas Fri Oct 05 16:49:17 2018 +0200 +++ b/hedgewars/uGearsUtils.pas Fri Oct 05 17:27:12 2018 +0200 @@ -1770,10 +1770,7 @@ Scale:= imageScale; State:= ord(sprBoing) end; - if Gear^.Kind = gtDuck then - PlaySound(sndDuckDrop, true) - else - PlaySound(sndMelonImpact, true) + PlaySound(sndMelonImpact, true) end; function IsHogLocal(HH: PHedgehog): boolean;