# HG changeset patch
# User nemo
# Date 1321229867 18000
# Node ID cd819d9df6f6692ee2cba20583037d28b87a3ab1
# Parent  1a49a8fcca56dd107ded05bf114a5a3b3ef6080c
this one should not be delayed

diff -r 1a49a8fcca56 -r cd819d9df6f6 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;
 
 ////////////////////////////////////////////////////////////////////////////////