mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 13:01:56 +00:00
Remove M_ApplyMenuPresState
This commit is contained in:
parent
f3914583c6
commit
656b4efaed
2 changed files with 0 additions and 5 deletions
|
|
@ -370,10 +370,6 @@ static void D_Display(void)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Run menu state updates and linedef execs in titlemap
|
|
||||||
if (wipe && (gamestate == GS_TITLESCREEN || gamestate == GS_TIMEATTACK))
|
|
||||||
M_ApplyMenuPresState();
|
|
||||||
|
|
||||||
// clean up border stuff
|
// clean up border stuff
|
||||||
// see if the border needs to be initially drawn
|
// see if the border needs to be initially drawn
|
||||||
if (gamestate == GS_LEVEL || (gamestate == GS_TITLESCREEN && titlemapinaction && curbghide))
|
if (gamestate == GS_LEVEL || (gamestate == GS_TITLESCREEN && titlemapinaction && curbghide))
|
||||||
|
|
|
||||||
|
|
@ -150,7 +150,6 @@ extern UINT32 prevMenuId;
|
||||||
extern UINT32 activeMenuId;
|
extern UINT32 activeMenuId;
|
||||||
|
|
||||||
void M_InitMenuPresTables(void);
|
void M_InitMenuPresTables(void);
|
||||||
void M_ApplyMenuPresState(void);
|
|
||||||
UINT8 M_GetYoungestChildMenu(void);
|
UINT8 M_GetYoungestChildMenu(void);
|
||||||
void M_ChangeMenuMusic(const char *defaultmusname, boolean defaultmuslooping);
|
void M_ChangeMenuMusic(const char *defaultmusname, boolean defaultmuslooping);
|
||||||
void M_SetMenuCurBackground(const char *defaultname);
|
void M_SetMenuCurBackground(const char *defaultname);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue