From 77ac05d70e8b5a229f8a3a5b0ff20ea5a80c7aac Mon Sep 17 00:00:00 2001 From: Roman Fomin Date: Wed, 29 Dec 2021 17:23:52 +0700 Subject: [PATCH] fix display level title in overlay automap mode if STS/Time widget is on --- Source/hu_stuff.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/hu_stuff.c b/Source/hu_stuff.c index ef31c0b9..ec274ef3 100644 --- a/Source/hu_stuff.c +++ b/Source/hu_stuff.c @@ -858,7 +858,9 @@ 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) && automapoverlay)) // [FG] moved here + if (automapactive && !hud_displayed && + !(hud_timests && screenblocks < 11) + ) // [FG] moved here { // map title HUlib_drawTextLine(&w_title, false);