check for automapactive instead of automap_on in HU_Ticker()

This commit is contained in:
Fabian Greffrath 2023-11-30 18:44:56 +01:00
parent 780a6c4ecc
commit 69803d4fbc

View File

@ -1627,7 +1627,7 @@ void HU_Ticker(void)
// draw the automap widgets if automap is displayed // draw the automap widgets if automap is displayed
if (automap_on) if (automapactive)
{ {
HU_cond_build_widget(&w_monsec, hud_level_stats); HU_cond_build_widget(&w_monsec, hud_level_stats);
HU_cond_build_widget(&w_sttime, hud_level_time); HU_cond_build_widget(&w_sttime, hud_level_time);