- this wasn't supposed to get committed.

This commit is contained in:
Christoph Oelckers 2020-08-05 22:40:47 +02:00
parent a30933871e
commit 514c029e47

View file

@ -591,7 +591,7 @@ static void bonussequence_d(int num, JobDesc *jobs, int &job)
break;
case 2:
jobs[job++] = { PlayVideo("radlogo.anm", cineov3sound, framespeed_10), nullptr };
jobs[job++] = { PlayVideo("cineov3.anm", cineov3sound, framespeed_10), nullptr };
jobs[job++] = { Create<DBlackScreen>(200), []() { FX_StopAllSounds(); } };
jobs[job++] = { Create<DEpisode3End>(), []() { if (!PLUTOPAK) S_PlaySound(ENDSEQVOL3SND4, CHAN_AUTO, CHANF_UI); } };
if (!PLUTOPAK) jobs[job++] = { Create<DImageScreen>(TexMan.GetGameTextureByName("DUKETEAM.ANM", false, FTextureManager::TEXMAN_ForceLookup)), []() { FX_StopAllSounds(); } };