mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-18 18:11:28 +00:00
Show "Press ESC to exit" string on NiGHTS Attack menu too
This commit is contained in:
parent
dc0a1899ec
commit
edea290b0f
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue