Show "Press ESC to exit" string on NiGHTS Attack menu too

This commit is contained in:
Steel Titanium 2019-10-16 18:00:54 -04:00
parent 2243a1eaa9
commit cb90f39a58

View file

@ -9054,6 +9054,10 @@ void M_DrawNightsAttackMenu(void)
}
}
// Draw press ESC to exit string on main nights attack menu
if (currentMenu == &SP_NightsAttackDef)
V_DrawString(104-72, 180, V_TRANSLUCENT, M_GetText("Press ESC to exit"));
// ALWAYS DRAW level even when not on this menu!
if (currentMenu != &SP_NightsAttackDef)
V_DrawString(SP_NightsAttackDef.x, SP_NightsAttackDef.y + SP_TimeAttackMenu[nalevel].alphaKey, V_TRANSLUCENT, SP_NightsAttackMenu[nalevel].text);