mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-17 12:12:29 +00:00
follower_frame should be unsigned
This commit is contained in:
parent
2ff308251c
commit
980ab4dc77
1 changed files with 1 additions and 1 deletions
|
|
@ -8046,7 +8046,7 @@ static state_t *multi_state;
|
|||
|
||||
// used for follower display on player setup menu
|
||||
static INT32 follower_tics;
|
||||
static INT32 follower_frame; // used for FF_ANIMATE garbo
|
||||
static UINT32 follower_frame; // used for FF_ANIMATE garbo
|
||||
static state_t *follower_state;
|
||||
|
||||
// this is set before entering the MultiPlayer setup menu,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue