diff --git a/Source/hu_stuff.c b/Source/hu_stuff.c index c57adea9..c4d1779c 100644 --- a/Source/hu_stuff.c +++ b/Source/hu_stuff.c @@ -946,9 +946,12 @@ void HU_Drawer(void) fixed_t x,y,z; // killough 10/98: void AM_Coordinates(const mobj_t *, fixed_t *, fixed_t *, fixed_t *); - if (automapactive && (!hud_displayed && - !(hud_timests && screenblocks < 11) || !automapoverlay) - ) // [FG] moved here + if (automapactive && + !( + (hud_displayed || (hud_timests && screenblocks < 11)) && + automapoverlay + ) + ) // [FG] moved here { // map title HUlib_drawTextLine(&w_title, false);