mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 12:04:38 -04:00
fix display level title in overlay automap mode if STS/Time widget is on
This commit is contained in:
parent
375253afab
commit
77ac05d70e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user