# HG changeset patch # User Wuzzy # Date 1491825067 -7200 # Node ID 7e6362c0ba960586cd8deca99373c8fde57d4101 # Parent 9a4831b23cd158fde88d99ea7cd0e1df1ee57f72 Fix syntax error in uGearsUtils diff -r 9a4831b23cd1 -r 7e6362c0ba96 hedgewars/uGearsUtils.pas --- 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;