changeset 13748 | 1a26c472f5ef |
parent 13737 | 8092b54ba19d |
child 13751 | 0e8db74ec585 |
--- a/hedgewars/uGears.pas Mon Sep 03 00:48:51 2018 +0200 +++ b/hedgewars/uGears.pas Mon Sep 03 00:53:44 2018 +0200 @@ -450,7 +450,7 @@ if (cHedgehogTurnTime >= 10000) and (CurrentHedgehog^.Gear <> nil) and ((CurrentHedgehog^.Gear^.State and gstAttacked) = 0) - and (not isGetAwayTime) then + and (not isGetAwayTime) and (ReadyTimeLeft = 0) then if TurnTimeLeft = 5000 then PlaySoundV(sndHurry, CurrentTeam^.voicepack) else if TurnTimeLeft = 4000 then