Fix issue 12: “Yoohoo” sound for seduction is missing
authorsheepluva
Mon, 25 Apr 2016 16:11:39 +0200
changeset 11698 e86feecadced
parent 11697 446ce60700dd
child 11699 83c40c1eb0e7
child 11700 ea1097d7bd27
Fix issue #12: “Yoohoo” sound for seduction is missing
hedgewars/uGearsHandlersMess.pas
--- a/hedgewars/uGearsHandlersMess.pas	Sun Apr 24 22:41:24 2016 +0200
+++ b/hedgewars/uGearsHandlersMess.pas	Mon Apr 25 16:11:39 2016 +0200
@@ -3413,7 +3413,7 @@
         Gear^.Timer := 0;
         inc(Gear^.Pos);
         if Gear^.Pos = 5 then
-            PlaySoundV(sndYoohoo, Gear^.Hedgehog^.Team^.voicepack)
+            PlaySound(sndYoohoo);
         end;
 
     if (Gear^.Pos = 14) and (RealTicks and $3 = 0) then