hedgewars/uGearsUtils.pas
changeset 13999 a24c4a051960
parent 13901 98eaf1fe1f6b
child 14001 fd336864382e
--- a/hedgewars/uGearsUtils.pas	Sat Oct 27 00:01:53 2018 +0200
+++ b/hedgewars/uGearsUtils.pas	Sat Oct 27 03:58:01 2018 +0300
@@ -1346,6 +1346,9 @@
             gtExplosives: //,
             //gtStructure:
             begin
+            if Ammo^.Kind = gtFirePunch then
+                PlaySound(sndFirePunchHit);
+
             if Ammo^.Kind in [gtDEagleShot, gtSniperRifleShot, gtMinigunBullet] then
                 begin
                 VGear := AddVisualGear(t^.cX[i], t^.cY[i], vgtBulletHit);