mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-25 19:43:22 +00:00
Menus: reset options menu header position from shortcuts in Match Race and Host menus
- Match Race, Y button - Host, Gameplay Options and Server Options
This commit is contained in:
parent
958b2c68da
commit
5607e8e393
2 changed files with 7 additions and 0 deletions
|
|
@ -212,6 +212,11 @@ static void M_OptionsMenuGoto(menu_t *assignment)
|
|||
{
|
||||
assignment->prevMenu = currentMenu;
|
||||
M_SetupNextMenu(assignment, false);
|
||||
if (currentMenu != &OPTIONS_MainDef)
|
||||
{
|
||||
optionsmenu.ticker = 0;
|
||||
M_OptionsTick();
|
||||
}
|
||||
}
|
||||
|
||||
void M_VideoOptions(INT32 choice)
|
||||
|
|
|
|||
|
|
@ -52,6 +52,8 @@ static void tick_routine(void)
|
|||
{
|
||||
case drace_mritems:
|
||||
M_SetupNextMenu(&OPTIONS_GameplayItemsDef, false);
|
||||
optionsmenu.ticker = 0;
|
||||
M_OptionsTick();
|
||||
break;
|
||||
|
||||
case drace_encore:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue