mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix party HUD after selecting profile char
This commit is contained in:
parent
7c20b66782
commit
8b93c05175
2 changed files with 3 additions and 2 deletions
|
|
@ -856,7 +856,7 @@ void M_ProfileSetControl(INT32 ch);
|
||||||
|
|
||||||
void M_MapProfileControl(event_t *ev);
|
void M_MapProfileControl(event_t *ev);
|
||||||
void M_ProfileTryController(INT32 choice);
|
void M_ProfileTryController(INT32 choice);
|
||||||
void M_ProfileConfirm(INT32 choice);
|
void M_ProfileControlsConfirm(INT32 choice);
|
||||||
|
|
||||||
// video modes menu (resolution)
|
// video modes menu (resolution)
|
||||||
void M_VideoModeMenu(INT32 choice);
|
void M_VideoModeMenu(INT32 choice);
|
||||||
|
|
|
||||||
|
|
@ -3013,6 +3013,7 @@ void M_CharacterSelectTick(void)
|
||||||
|
|
||||||
// reset setup_player
|
// reset setup_player
|
||||||
memset(setup_player, 0, sizeof(setup_player));
|
memset(setup_player, 0, sizeof(setup_player));
|
||||||
|
setup_numplayers = 0;
|
||||||
|
|
||||||
M_GoBack(0);
|
M_GoBack(0);
|
||||||
return;
|
return;
|
||||||
|
|
@ -5113,7 +5114,7 @@ static void M_ProfileControlSaveResponse(INT32 choice)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void M_ProfileConfirm(INT32 choice)
|
void M_ProfileControlsConfirm(INT32 choice)
|
||||||
{
|
{
|
||||||
(void)choice;
|
(void)choice;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue