From f0bd290801b0776f26b8acdae0a111aa33d67ced Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 1 May 2021 20:04:22 +0200 Subject: [PATCH] - corrected speed of RR intro videos. --- wadsrc/static/zscript/games/duke/ui/cutscenes.zs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wadsrc/static/zscript/games/duke/ui/cutscenes.zs b/wadsrc/static/zscript/games/duke/ui/cutscenes.zs index ad78289fa5d..38dcdd37593 100644 --- a/wadsrc/static/zscript/games/duke/ui/cutscenes.zs +++ b/wadsrc/static/zscript/games/duke/ui/cutscenes.zs @@ -279,10 +279,10 @@ class RRCutscenes runner.Append(MoviePlayerJob.CreateWithSoundinfo("rr_intro.anm", soundinfo, 0, 9, 9, 9)); soundinfo.Pushv(1, RRSnd.REDNECK2 + 1); - runner.Append(MoviePlayerJob.CreateWithSoundinfo("redneck.anm", soundinfo, 0, 14, 14, 14)); + runner.Append(MoviePlayerJob.CreateWithSoundinfo("redneck.anm", soundinfo, 0, 9, 9, 9)); soundinfo.Pushv(1, RRSnd.XATRIX + 1); - runner.Append(MoviePlayerJob.CreateWithSoundinfo("xatlogo.anm", soundinfo, 0, 10, 10, 10)); + runner.Append(MoviePlayerJob.CreateWithSoundinfo("xatlogo.anm", soundinfo, 0, 9, 9, 9)); } else {