From 89f2f8ebaf4f8d9ee05fe29860ef76c2f4a8c8cb Mon Sep 17 00:00:00 2001 From: TehRealSalt Date: Thu, 29 Mar 2018 18:11:06 -0400 Subject: [PATCH] Zigs & better scroll --- src/f_finale.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/f_finale.c b/src/f_finale.c index 90c2a7a73..5f018e7dd 100644 --- a/src/f_finale.c +++ b/src/f_finale.c @@ -41,6 +41,7 @@ static INT32 timetonext; // Delay between screen changes static INT32 continuetime; // Short delay when continuing static tic_t animtimer; // Used for some animation timings +static tic_t credbgtimer; // Credits background static INT32 roidtics; // Asteroid spinning static tic_t stoptimer; @@ -584,10 +585,10 @@ void F_CreditDrawer(void) V_DrawFill(0, 0, BASEVIDWIDTH, BASEVIDHEIGHT, 31); // Draw background - V_DrawSciencePatch(0, 0 - FixedMul(32<