change parentheses

This commit is contained in:
Roman Fomin 2022-01-14 11:27:25 +07:00
parent 4999e6585f
commit dcb80f640b

View File

@ -946,9 +946,12 @@ void HU_Drawer(void)
fixed_t x,y,z; // killough 10/98: fixed_t x,y,z; // killough 10/98:
void AM_Coordinates(const mobj_t *, fixed_t *, fixed_t *, fixed_t *); void AM_Coordinates(const mobj_t *, fixed_t *, fixed_t *, fixed_t *);
if (automapactive && (!hud_displayed && if (automapactive &&
!(hud_timests && screenblocks < 11) || !automapoverlay) !(
) // [FG] moved here (hud_displayed || (hud_timests && screenblocks < 11)) &&
automapoverlay
)
) // [FG] moved here
{ {
// map title // map title
HUlib_drawTextLine(&w_title, false); HUlib_drawTextLine(&w_title, false);