mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +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)
|
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