--- a/hedgewars/GSHandlers.inc Mon Aug 22 03:57:11 2011 +0200
+++ b/hedgewars/GSHandlers.inc Wed Aug 24 12:34:37 2011 +0200
@@ -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;
////////////////////////////////////////////////////////////////////////////////