summaryrefslogtreecommitdiff
path: root/src/hud.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hud.h')
-rw-r--r--src/hud.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hud.h b/src/hud.h
index 27e239297..92ee9a62c 100644
--- a/src/hud.h
+++ b/src/hud.h
@@ -106,6 +106,8 @@ public:
video::SColor crosshair_argb;
video::SColor selectionbox_argb;
bool use_crosshair_image;
+ bool use_hotbar_border_img;
+ bool use_hotbar_bg_img;
Hud(video::IVideoDriver *driver, gui::IGUIEnvironment* guienv,
gui::IGUIFont *font, u32 text_height, IGameDef *gamedef,