mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
check for hud_nightsrecords in old special stages
This commit is contained in:
parent
cec5338f7c
commit
d73ed99703
1 changed files with 1 additions and 1 deletions
|
@ -2107,7 +2107,7 @@ static void ST_drawNiGHTSHUD(void)
|
|||
V_DrawString(160 + numbersize + 8, 24, V_SNAPTOTOP|((realnightstime < 10) ? V_REDMAP : V_YELLOWMAP), va("%02d", G_TicsToCentiseconds(stplyr->nightstime)));
|
||||
}
|
||||
|
||||
if (oldspecialstage)
|
||||
if (oldspecialstage && LUA_HudEnabled(hud_nightsrecords))
|
||||
{
|
||||
if (leveltime < 5*TICRATE)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue