Always select current profile in profile options menu

Fixes Guest profile being selected if opening the game
from command line (without going to title screen) and
opening the profile select from the options menu.
This commit is contained in:
James R 2023-01-19 21:23:23 -08:00
parent 83a6acd5c8
commit e8bc7035f5

View file

@ -33,6 +33,7 @@ void M_ProfileSelectInit(INT32 choice)
{
(void)choice;
optionsmenu.profilemenu = true;
optionsmenu.profilen = cv_currprofile.value;
M_SetupNextMenu(&OPTIONS_ProfilesDef, false);
}