fix display level title in overlay automap mode if STS/Time widget is on

This commit is contained in:
Roman Fomin 2021-12-29 17:23:52 +07:00
parent 375253afab
commit 77ac05d70e

View File

@ -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);