changeset 13872 | f01798038c2e |
parent 13807 | 8a7699ccb608 |
child 13912 | 57bac0456b86 |
--- 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;