- skip all 3 parts of the E4 intro together.

Fixes #39.
This commit is contained in:
Christoph Oelckers 2020-07-26 18:39:18 +02:00
parent b120bade95
commit 8af4cfd772

View file

@ -1022,8 +1022,8 @@ void e4intro(const CompletionFunc& completion)
S_PlaySpecialMusic(MUS_BRIEFING);
jobs[job++] = { PlayVideo("vol41a.anm", vol41a, framespeed_10), nullptr };
jobs[job++] = { PlayVideo("vol42a.anm", vol42a, framespeed_14), nullptr };
jobs[job++] = { PlayVideo("vol43a.anm", vol43a, framespeed_10), nullptr };
jobs[job++] = { PlayVideo("vol42a.anm", vol42a, framespeed_14), nullptr, true };
jobs[job++] = { PlayVideo("vol43a.anm", vol43a, framespeed_10), nullptr, true };
RunScreenJob(jobs, job, completion);
}