mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-11 13:46:20 +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…
Add table
Reference in a new issue