hedgewars/GSHandlers.inc
changeset 5638 e35ba2a400d8
parent 5628 a9a0c67f9656
child 5684 bc3d2a58921c
--- 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;
 
 ////////////////////////////////////////////////////////////////////////////////