mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-09 11:21:24 +00:00
follower_frame should be unsigned
This commit is contained in:
parent
23909e9cf8
commit
d22cb88bca
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
|
// used for follower display on player setup menu
|
||||||
static INT32 follower_tics;
|
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;
|
static state_t *follower_state;
|
||||||
|
|
||||||
// this is set before entering the MultiPlayer setup menu,
|
// this is set before entering the MultiPlayer setup menu,
|
||||||
|
|
Loading…
Reference in a new issue