mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
check for automapactive instead of automap_on in HU_Ticker()
This commit is contained in:
parent
780a6c4ecc
commit
69803d4fbc
@ -1627,7 +1627,7 @@ void HU_Ticker(void)
|
||||
|
||||
// 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_sttime, hud_level_time);
|
||||
|
Loading…
x
Reference in New Issue
Block a user