mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Make i and j UINT16 to account for the fact MAXFOLLOWERS is 1024
This commit is contained in:
parent
dd45f3cd61
commit
a67bdb2ad0
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ static void M_SetupMidGameGridPos(setup_player_t *p, UINT8 num)
|
||||||
|
|
||||||
void M_CharacterSelectInit(void)
|
void M_CharacterSelectInit(void)
|
||||||
{
|
{
|
||||||
UINT8 i, j;
|
UINT16 i, j;
|
||||||
setup_maxpage = 0;
|
setup_maxpage = 0;
|
||||||
|
|
||||||
memset(setup_chargrid, -1, sizeof(setup_chargrid));
|
memset(setup_chargrid, -1, sizeof(setup_chargrid));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue