changeset 3799 | 5341dc5a8919 |
parent 3784 | 75aa91bea32b |
child 3831 | 3410db7ac43e |
--- a/hedgewars/uGears.pas Wed Sep 01 18:06:52 2010 +0200 +++ b/hedgewars/uGears.pas Wed Sep 01 20:41:45 2010 +0200 @@ -848,7 +848,14 @@ and (CurrentHedgehog^.Gear <> nil) and ((CurrentHedgehog^.Gear^.State and gstAttacked) = 0) then PlaySound(sndHurry, CurrentTeam^.voicepack); - dec(TurnTimeLeft) + if ReadyTimeLeft > 0 then + begin + if ReadyTimeLeft = 2000 then + PlaySound(sndComeonthen, CurrentTeam^.voicepack); + dec(ReadyTimeLeft) + end + else + dec(TurnTimeLeft) end; if skipFlag then