diff -r eba12c22f8ca -r e1aaa1a4901f hedgewars/GSHandlers.inc --- a/hedgewars/GSHandlers.inc Thu Oct 16 16:54:44 2008 +0000 +++ b/hedgewars/GSHandlers.inc Thu Oct 16 16:57:51 2008 +0000 @@ -1740,8 +1740,10 @@ Gear^.Timer:= 0; inc(Gear^.Pos) end; - -if Gear^.Pos = 8 then + +if Gear^.Pos = 5 then + PlaySound(sndYoohoo, false); +if Gear^.Pos = 14 then Gear^.doStep:= @doStepSeductionWork end;