hedgewars/uGearsUtils.pas
changeset 12209 7e6362c0ba96
parent 12208 9a4831b23cd1
child 12289 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;