this one should not be delayed 0.9.17
authornemo
Sun, 13 Nov 2011 19:17:47 -0500
branch0.9.17
changeset 6368 cd819d9df6f6
parent 6366 1a49a8fcca56
child 6369 bd8567e6222e
this one should not be delayed
hedgewars/GSHandlers.inc
--- 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;
 
 ////////////////////////////////////////////////////////////////////////////////