hedgewars/uGearsUtils.pas
changeset 14001 fd336864382e
parent 13999 a24c4a051960
child 14005 31bdb759d98b
--- a/hedgewars/uGearsUtils.pas	Sat Oct 27 03:06:28 2018 +0200
+++ b/hedgewars/uGearsUtils.pas	Sat Oct 27 03:17:05 2018 +0200
@@ -1346,7 +1346,7 @@
             gtExplosives: //,
             //gtStructure:
             begin
-            if Ammo^.Kind = gtFirePunch then
+            if (Ammo^.Kind = gtFirePunch) and (Gear^.Kind <> gtSMine) then
                 PlaySound(sndFirePunchHit);
 
             if Ammo^.Kind in [gtDEagleShot, gtSniperRifleShot, gtMinigunBullet] then