mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-17 04:02:50 +00:00
Uncomment Secrets menu toggle when exiting Addons
This commit is contained in:
parent
6bdff246a8
commit
2237aa1d07
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…
Add table
Reference in a new issue