mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fixed skullAnimCounter type for text prompts
This commit is contained in:
parent
e3a8c70a94
commit
647ae7ad9f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue