# HG changeset patch # User sheepluva # Date 1461593499 -7200 # Node ID e86feecadced11dc5a5cb95438fed7621bf22844 # Parent 446ce60700dd5763fc4bd92537f4d3d8b905ec9e Fix issue 12: “Yoohoo” sound for seduction is missing diff -r 446ce60700dd -r e86feecadced 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