hedgewars/uGearsHedgehog.pas
changeset 11922 d0296b8e60c0
parent 11914 c9bad8a01185
child 11939 c7ec309cd685
--- a/hedgewars/uGearsHedgehog.pas	Sun May 01 02:36:17 2016 +0200
+++ b/hedgewars/uGearsHedgehog.pas	Sun May 01 02:40:12 2016 +0200
@@ -1219,7 +1219,7 @@
         TagTurnTimeLeft:= TurnTimeLeft;
     TurnTimeLeft:= 0;
     if ((HHGear^.State and gstAttacked) = 0) and (HHGear^.Damage = 0) then
-        PlaySoundV(sndBoring, Hedgehog^.Team^.voicepack);
+        AddVoice(sndBoring, Hedgehog^.Team^.voicepack);
     isCursorVisible:= false;
     HHGear^.State:= HHGear^.State and (not (gstHHDriven or gstAnimation or gstAttacking));
     AttackBar:= 0;