mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-01 03:06:22 +00:00
Show "Press ESC to exit" string on NiGHTS Attack menu too
This commit is contained in:
parent
2243a1eaa9
commit
cb90f39a58
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…
Add table
Reference in a new issue