From dcb80f640b1c56b081f9fb7288adc5168ca25621 Mon Sep 17 00:00:00 2001 From: Roman Fomin Date: Fri, 14 Jan 2022 11:27:25 +0700 Subject: [PATCH] change parentheses --- Source/hu_stuff.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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);