From 4fa6895f60d7f306517d343177bd2ba56b06de60 Mon Sep 17 00:00:00 2001 From: mazmazz Date: Sun, 18 Nov 2018 12:56:37 -0500 Subject: [PATCH] Fixed skullAnimCounter type for text prompts --- 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 1d780e6fd..7ba510651 100644 --- a/src/f_finale.c +++ b/src/f_finale.c @@ -51,7 +51,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 skullAnimCounter; // Prompts: Chevron animation; Title screen: Y animation timing +static INT16 skullAnimCounter; // Prompts: Chevron animation; Title screen: Y animation timing static INT32 roidtics; // Asteroid spinning static INT32 deplete;