mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-03 15:32:45 +00:00
This isn't vanilla, don't be a shit about secrets and addfile (plus it helps that this fixes a crash)
This commit is contained in:
parent
c15fcaf51d
commit
afec11f84e
1 changed files with 2 additions and 2 deletions
|
|
@ -4787,8 +4787,8 @@ static void M_HandleAddons(INT32 choice)
|
||||||
{
|
{
|
||||||
closefilemenu(true);
|
closefilemenu(true);
|
||||||
|
|
||||||
// secrets disabled by addfile...
|
// Secret menu!
|
||||||
MainMenu[secrets].status = (M_AnySecretUnlocked()) ? (IT_STRING | IT_CALL) : (IT_DISABLED);
|
//MainMenu[secrets].status = (M_AnySecretUnlocked()) ? (IT_STRING | IT_CALL) : (IT_DISABLED);
|
||||||
|
|
||||||
if (currentMenu->prevMenu)
|
if (currentMenu->prevMenu)
|
||||||
M_SetupNextMenu(currentMenu->prevMenu);
|
M_SetupNextMenu(currentMenu->prevMenu);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue