changeset 1367 | e1aaa1a4901f |
parent 1361 | afdcf39c6bea |
child 1388 | 5e7920f2e2aa |
--- 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;