mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 22:05:20 -04:00
change parentheses
This commit is contained in:
parent
4999e6585f
commit
dcb80f640b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user