diff -r c18aed7ad618 -r e35ba2a400d8 hedgewars/HHHandlers.inc --- 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