mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Merge branch 'm_rathon' into 'next'
M_RATHON header text See merge request STJr/SRB2!1041
This commit is contained in:
commit
2daec090f0
1 changed files with 2 additions and 2 deletions
|
|
@ -1942,7 +1942,7 @@ static menu_t SP_NightsGhostDef =
|
||||||
static menu_t SP_MarathonDef =
|
static menu_t SP_MarathonDef =
|
||||||
{
|
{
|
||||||
MTREE2(MN_SP_MAIN, MN_SP_MARATHON),
|
MTREE2(MN_SP_MAIN, MN_SP_MARATHON),
|
||||||
"M_ATTACK", // temporary
|
"M_RATHON",
|
||||||
sizeof(SP_MarathonMenu)/sizeof(menuitem_t),
|
sizeof(SP_MarathonMenu)/sizeof(menuitem_t),
|
||||||
&MainDef, // Doesn't matter.
|
&MainDef, // Doesn't matter.
|
||||||
SP_MarathonMenu,
|
SP_MarathonMenu,
|
||||||
|
|
@ -10709,7 +10709,7 @@ void M_DrawMarathon(void)
|
||||||
recatkdrawtimer -= (10*TICRATE);
|
recatkdrawtimer -= (10*TICRATE);
|
||||||
}
|
}
|
||||||
|
|
||||||
//M_DrawMenuTitle();
|
M_DrawMenuTitle();
|
||||||
|
|
||||||
// draw menu (everything else goes on top of it)
|
// draw menu (everything else goes on top of it)
|
||||||
// Sadly we can't just use generic mode menus because we need some extra hacks
|
// Sadly we can't just use generic mode menus because we need some extra hacks
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue