Fix syntax error in uGearsUtils
authorWuzzy <almikes@aol.com>
Mon, 10 Apr 2017 13:51:07 +0200
changeset 12209 7e6362c0ba96
parent 12208 9a4831b23cd1
child 12210 442bab755bb4
Fix syntax error in uGearsUtils
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;