Fixed skullAnimCounter type for text prompts

This commit is contained in:
mazmazz 2018-11-18 12:56:37 -05:00
parent 53b956f540
commit 4fa6895f60
1 changed files with 1 additions and 1 deletions

View File

@ -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;