hedgewars/GSHandlers.inc
branch0.9.17
changeset 6368 cd819d9df6f6
parent 6325 cdd3d8c723ec
child 6380 1ff5ad1d771b
--- a/hedgewars/GSHandlers.inc	Sun Nov 13 14:41:02 2011 -0500
+++ b/hedgewars/GSHandlers.inc	Sun Nov 13 19:17:47 2011 -0500
@@ -2475,7 +2475,7 @@
     Gear^.doStep := @doStepFirePunchWork;
     DrawTunnel(HHGear^.X - int2hwFloat(cHHRadius), HHGear^.Y + _1, _0_5, _0, cHHRadius * 4, 5);
 
-    AddVoice(TSound(ord(sndFirePunch1) + GetRandom(6)), HHGear^.Hedgehog^.Team^.voicepack)
+    PlaySound(TSound(ord(sndFirePunch1) + GetRandom(6)), HHGear^.Hedgehog^.Team^.voicepack)
 end;
 
 ////////////////////////////////////////////////////////////////////////////////