changeset 14661 | db05d9bf7466 |
parent 14577 | 34e810295d08 |
child 14738 | c760a2939b9c |
--- a/hedgewars/uGears.pas Mon Jan 21 23:37:12 2019 +0100 +++ b/hedgewars/uGears.pas Mon Jan 21 23:50:56 2019 +0100 @@ -554,7 +554,7 @@ PlaySound(sndCountdown1); if ReadyTimeLeft > 0 then begin - if (ReadyTimeLeft = 2000) and (LastVoice.snd = sndNone) and (not PlacingHogs) then + if (ReadyTimeLeft = 2000) and (LastVoice.snd = sndNone) and (not PlacingHogs) and (not CinematicScript) then AddVoice(sndComeonthen, CurrentTeam^.voicepack); dec(ReadyTimeLeft) end