mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +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);
|
||||
|
||||
// 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)
|
||||
M_SetupNextMenu(currentMenu->prevMenu);
|
||||
|
|
Loading…
Reference in a new issue