mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 07:22:28 +00:00
kill/resurrect secrets if to be changed
This commit is contained in:
parent
1fc835e4a3
commit
06721bd041
1 changed files with 3 additions and 0 deletions
|
@ -5123,6 +5123,9 @@ static void M_HandleAddons(INT32 choice)
|
|||
Z_Free(dirmenu);
|
||||
dirmenu = NULL;
|
||||
|
||||
// secrets disabled by addfile...
|
||||
MainMenu[secrets].status = (M_AnySecretUnlocked()) ? (IT_STRING | IT_CALL) : (IT_DISABLED);
|
||||
|
||||
if (currentMenu->prevMenu)
|
||||
M_SetupNextMenu(currentMenu->prevMenu);
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue