mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Apply menu path specific background patch to the Time Attack submenus, too
This commit is contained in:
parent
af01ae7bc5
commit
782732957c
1 changed files with 7 additions and 6 deletions
|
|
@ -307,17 +307,18 @@ boolean M_LevelListFromGametype(INT16 gt)
|
|||
NULL
|
||||
};
|
||||
|
||||
size_t i;
|
||||
INT16 i, j;
|
||||
for (i = 0; remap_menus[i]; i++)
|
||||
{
|
||||
remap_menus[i]->music = music;
|
||||
remap_menus[i]->bgroutine = bgroutine;
|
||||
}
|
||||
|
||||
// Not for the time attack ones
|
||||
PLAY_CupSelectDef.menuitems[0].patch = \
|
||||
PLAY_LevelSelectDef.menuitems[0].patch = \
|
||||
currentMenu->menuitems[itemOn].patch;
|
||||
for (j = 0; j < remap_menus[i]->numitems; j++)
|
||||
{
|
||||
remap_menus[i]->menuitems[j].patch = \
|
||||
currentMenu->menuitems[itemOn].patch;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue