From 0903190ba2ed2134c464f2efe694d7281ead1c09 Mon Sep 17 00:00:00 2001 From: est31 Date: Tue, 1 Sep 2015 03:07:02 +0200 Subject: Hide minimap if it has been disabled by server --- src/hud.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/hud.h') diff --git a/src/hud.h b/src/hud.h index 614e7c92d..65453aec1 100644 --- a/src/hud.h +++ b/src/hud.h @@ -33,8 +33,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #define HUD_CORNER_CENTER 2 // Note that these visibility flags do not determine if the hud items are -// actually drawn, but rather, allows the item to be drawn should the rest of -// the game state permit it. +// actually drawn, but rather, whether to draw the item should the rest +// of the game state permit it. #define HUD_FLAG_HOTBAR_VISIBLE (1 << 0) #define HUD_FLAG_HEALTHBAR_VISIBLE (1 << 1) #define HUD_FLAG_CROSSHAIR_VISIBLE (1 << 2) -- cgit v1.2.3