Merge remote-tracking branch 'stjr/next' into http-download-port

This commit is contained in:
Lactozilla 2024-02-04 20:08:52 -03:00
commit e7e54ef28c

View file

@ -2113,7 +2113,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)
{