Remove emblem hints from Marathon Run (I think Options is good just for the sake of live events, though).

This commit is contained in:
toaster 2020-05-15 15:23:18 +01:00
parent 47419ce0df
commit 1e3e9c81ac
1 changed files with 1 additions and 1 deletions

View File

@ -3727,7 +3727,7 @@ void M_StartControlPanel(void)
SPauseMenu[spause_levelselect].status = (gamecomplete == 1) ? (IT_STRING | IT_CALL) : (IT_DISABLED);
// And emblem hints.
SPauseMenu[spause_hints].status = (M_SecretUnlocked(SECRET_EMBLEMHINTS)) ? (IT_STRING | IT_CALL) : (IT_DISABLED);
SPauseMenu[spause_hints].status = (M_SecretUnlocked(SECRET_EMBLEMHINTS) && !marathonmode) ? (IT_STRING | IT_CALL) : (IT_DISABLED);
// Shift up Pandora's Box if both pandora and levelselect are active
/*if (SPauseMenu[spause_pandora].status != (IT_DISABLED)