Fix party HUD after selecting profile char

This commit is contained in:
Sally Coolatta 2022-08-30 05:30:13 -04:00
parent 7c20b66782
commit 8b93c05175
2 changed files with 3 additions and 2 deletions

View file

@ -856,7 +856,7 @@ void M_ProfileSetControl(INT32 ch);
void M_MapProfileControl(event_t *ev);
void M_ProfileTryController(INT32 choice);
void M_ProfileConfirm(INT32 choice);
void M_ProfileControlsConfirm(INT32 choice);
// video modes menu (resolution)
void M_VideoModeMenu(INT32 choice);

View file

@ -3013,6 +3013,7 @@ void M_CharacterSelectTick(void)
// reset setup_player
memset(setup_player, 0, sizeof(setup_player));
setup_numplayers = 0;
M_GoBack(0);
return;
@ -5113,7 +5114,7 @@ static void M_ProfileControlSaveResponse(INT32 choice)
}
}
void M_ProfileConfirm(INT32 choice)
void M_ProfileControlsConfirm(INT32 choice)
{
(void)choice;