mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 15:22:20 +00:00
Uncomment Secrets menu toggle when exiting Addons
This commit is contained in:
parent
f0967520ed
commit
c3ff0b6d16
1 changed files with 1 additions and 1 deletions
|
@ -4459,7 +4459,7 @@ static void M_HandleAddons(INT32 choice)
|
||||||
closefilemenu(true);
|
closefilemenu(true);
|
||||||
|
|
||||||
// Secret menu!
|
// 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…
Reference in a new issue