From ebe99dad7a029d68e2581f85d894201bf8aa522b Mon Sep 17 00:00:00 2001 From: Steel Titanium Date: Mon, 30 Sep 2019 01:29:57 -0400 Subject: [PATCH] Make comment more clear --- src/f_finale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/f_finale.c b/src/f_finale.c index 7dc96163a..e84d82279 100644 --- a/src/f_finale.c +++ b/src/f_finale.c @@ -637,7 +637,7 @@ static void F_IntroDrawScene(void) } else { - menuanimtimer = animtimer; // Reusing this variable for the intro, better than changing the function around. + menuanimtimer = animtimer; // Reusing this variable for the intro to fix the scrolling sky, better than changing the function around. F_SkyScroll(80*4, 0, "TITLESKY"); if (timetonext == 6) {