changeset 12214 | 7e6362c0ba96 |
parent 12213 | 9a4831b23cd1 |
child 12294 | c20fbf96b853 |
--- a/hedgewars/uGearsUtils.pas Mon Apr 10 13:30:44 2017 +0200 +++ b/hedgewars/uGearsUtils.pas Mon Apr 10 13:51:07 2017 +0200 @@ -1607,7 +1607,7 @@ State:= ord(sprBoing) end; if Gear^.Kind = gtDuck then - PlaySound(sndDuckDrop, true); + PlaySound(sndDuckDrop, true) else PlaySound(sndMelonImpact, true) end;