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; ////////////////////////////////////////////////////////////////////////////////