mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-18 15:32:10 +00:00
This isn't vanilla, don't be a shit about secrets and addfile (plus it helps that this fixes a crash)
This commit is contained in:
parent
7a758708c6
commit
1010950148
1 changed files with 2 additions and 2 deletions
|
@ -4787,8 +4787,8 @@ static void M_HandleAddons(INT32 choice)
|
|||
{
|
||||
closefilemenu(true);
|
||||
|
||||
// secrets disabled by addfile...
|
||||
MainMenu[secrets].status = (M_AnySecretUnlocked()) ? (IT_STRING | IT_CALL) : (IT_DISABLED);
|
||||
// Secret menu!
|
||||
//MainMenu[secrets].status = (M_AnySecretUnlocked()) ? (IT_STRING | IT_CALL) : (IT_DISABLED);
|
||||
|
||||
if (currentMenu->prevMenu)
|
||||
M_SetupNextMenu(currentMenu->prevMenu);
|
||||
|
|
Loading…
Reference in a new issue