mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-26 14:33:46 -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:
|
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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user