mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Menus/Host: fix Gameplay Options and Server Options showing wrong header
- Previously could say VIDEO OPTIONS etc in those menus, when accessed from Host menu shortcut
This commit is contained in:
parent
5607e8e393
commit
38811b2e4c
1 changed files with 2 additions and 0 deletions
|
|
@ -237,12 +237,14 @@ void M_GameplayOptions(INT32 choice)
|
||||||
{
|
{
|
||||||
(void)choice;
|
(void)choice;
|
||||||
M_OptionsMenuGoto(&OPTIONS_GameplayDef);
|
M_OptionsMenuGoto(&OPTIONS_GameplayDef);
|
||||||
|
OPTIONS_MainDef.lastOn = mopt_gameplay;
|
||||||
}
|
}
|
||||||
|
|
||||||
void M_ServerOptions(INT32 choice)
|
void M_ServerOptions(INT32 choice)
|
||||||
{
|
{
|
||||||
(void)choice;
|
(void)choice;
|
||||||
M_OptionsMenuGoto(&OPTIONS_ServerDef);
|
M_OptionsMenuGoto(&OPTIONS_ServerDef);
|
||||||
|
OPTIONS_MainDef.lastOn = mopt_server;
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean M_OptionsInputs(INT32 ch)
|
boolean M_OptionsInputs(INT32 ch)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue