diff -r c18aed7ad618 -r e35ba2a400d8 hedgewars/GSHandlers.inc --- a/hedgewars/GSHandlers.inc Sun Aug 21 15:11:00 2011 -0400 +++ b/hedgewars/GSHandlers.inc Sun Aug 21 19:29:04 2011 -0400 @@ -2300,8 +2300,7 @@ Gear^.doStep := @doStepFirePunchWork; DrawTunnel(HHGear^.X - int2hwFloat(cHHRadius), HHGear^.Y + _1, _0_5, _0, cHHRadius * 4, 5); - PlaySound(TSound(ord(sndFirePunch1) + GetRandom(6)), HHGear^.Hedgehog^.Team^. - voicepack) + AddVoice(TSound(ord(sndFirePunch1) + GetRandom(6)), HHGear^.Hedgehog^.Team^.voicepack) end; ////////////////////////////////////////////////////////////////////////////////