hedgewars/uGearsUtils.pas
changeset 13851 f01798038c2e
parent 13775 8a7699ccb608
child 13892 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;