mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-22 14:37:42 +00:00
Fix the profile closing if you back out from the profile charsel
This commit is contained in:
parent
c750c17f37
commit
ca11e07f95
1 changed files with 1 additions and 0 deletions
|
|
@ -2366,6 +2366,7 @@ static boolean M_HandleCharacterGrid(setup_player_t *p, UINT8 num)
|
|||
if (optionsmenu.profile)
|
||||
{
|
||||
memset(setup_player, 0, sizeof(setup_player)); // Reset setup_player otherwise it does some VERY funky things.
|
||||
M_SetMenuDelay(0);
|
||||
M_GoBack(0);
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue