author | Wuzzy <almikes@aol.com> |
Mon, 10 Apr 2017 13:51:07 +0200 | |
changeset 12214 | 7e6362c0ba96 |
parent 12213 | 9a4831b23cd1 |
child 12215 | 442bab755bb4 |
--- 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;