mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'fixcharmenulockup' into 'master'
Fix character select menu freeze due to smaller then required loop variables Closes #304 See merge request KartKrew/RingRacers!68
This commit is contained in:
commit
e2a4ed4c4a
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)
|
||||
{
|
||||
UINT8 i, j;
|
||||
UINT16 i, j;
|
||||
setup_maxpage = 0;
|
||||
|
||||
memset(setup_chargrid, -1, sizeof(setup_chargrid));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue