hedgewars/HHHandlers.inc
changeset 5638 e35ba2a400d8
parent 5612 2638dec1b323
child 5640 07676ee23aff
--- a/hedgewars/HHHandlers.inc	Sun Aug 21 15:11:00 2011 -0400
+++ b/hedgewars/HHHandlers.inc	Sun Aug 21 19:29:04 2011 -0400
@@ -215,7 +215,7 @@
 
         if ((Gear^.State and gstHHHJump) <> 0) and (not cArtillery) then xx:= - xx;
         if Ammoz[CurAmmoType].Ammo.AttackVoice <> sndNone then
-           PlaySound(Ammoz[CurAmmoType].Ammo.AttackVoice, CurrentTeam^.voicepack);
+           AddVoice(Ammoz[CurAmmoType].Ammo.AttackVoice, CurrentTeam^.voicepack);
 
 // Initiating alt attack
         if  (CurAmmoGear <> nil) and