diff -r bf37a416ad8f -r db05d9bf7466 hedgewars/uGears.pas --- 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