mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-20 15:02:37 +00:00
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:
parent
83a6acd5c8
commit
e8bc7035f5
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ void M_ProfileSelectInit(INT32 choice)
|
|||
{
|
||||
(void)choice;
|
||||
optionsmenu.profilemenu = true;
|
||||
optionsmenu.profilen = cv_currprofile.value;
|
||||
|
||||
M_SetupNextMenu(&OPTIONS_ProfilesDef, false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue