From 514c029e47d301bea951603bfaab74255dd3a67b Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 5 Aug 2020 22:40:47 +0200 Subject: [PATCH] - this wasn't supposed to get committed. --- source/games/duke/src/2d_d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/games/duke/src/2d_d.cpp b/source/games/duke/src/2d_d.cpp index 87a68b278..a16e3205b 100644 --- a/source/games/duke/src/2d_d.cpp +++ b/source/games/duke/src/2d_d.cpp @@ -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(200), []() { FX_StopAllSounds(); } }; jobs[job++] = { Create(), []() { if (!PLUTOPAK) S_PlaySound(ENDSEQVOL3SND4, CHAN_AUTO, CHANF_UI); } }; if (!PLUTOPAK) jobs[job++] = { Create(TexMan.GetGameTextureByName("DUKETEAM.ANM", false, FTextureManager::TEXMAN_ForceLookup)), []() { FX_StopAllSounds(); } };