From 592a98a3e84f295bbd3c9af715372c7bc8e4186c Mon Sep 17 00:00:00 2001
From: Steel Titanium <steeltitanium1@gmail.com>
Date: Mon, 30 Sep 2019 01:25:21 -0400
Subject: [PATCH] Fix the sky on the intro cutscene not scrolling.

---
 src/f_finale.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/f_finale.c b/src/f_finale.c
index ee22ecb2f6..7dc96163ab 100644
--- a/src/f_finale.c
+++ b/src/f_finale.c
@@ -637,6 +637,7 @@ static void F_IntroDrawScene(void)
 		}
 		else
 		{
+			menuanimtimer = animtimer; // Reusing this variable for the intro, better than changing the function around.
 			F_SkyScroll(80*4, 0, "TITLESKY");
 			if (timetonext == 6)
 			{
-- 
GitLab