Check if emblem hints are actually unlocked.

This commit is contained in:
sphere 2020-03-13 10:46:57 -04:00
parent 0df094021e
commit bdab78152c

View file

@ -3612,6 +3612,7 @@ void M_StartControlPanel(void)
else if (modeattacking) else if (modeattacking)
{ {
currentMenu = &MAPauseDef; currentMenu = &MAPauseDef;
MAPauseMenu[mapause_hints].status = (M_SecretUnlocked(SECRET_EMBLEMHINTS)) ? (IT_STRING | IT_CALL) : (IT_DISABLED);
itemOn = mapause_continue; itemOn = mapause_continue;
} }
else if (!(netgame || multiplayer)) // Single Player else if (!(netgame || multiplayer)) // Single Player