From 071736ba3f99c9827af074bed3b3ff84c05e0d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot?= Date: Mon, 19 Jun 2017 15:41:33 +0200 Subject: [PATCH] hud.h: add missing false default state on use_hotbar_selected_image --- src/hud.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hud.h b/src/hud.h index 3377337cf..dcbedf642 100644 --- a/src/hud.h +++ b/src/hud.h @@ -118,7 +118,7 @@ public: std::string hotbar_image = ""; bool use_hotbar_image = false; std::string hotbar_selected_image = ""; - bool use_hotbar_selected_image; + bool use_hotbar_selected_image = false; Hud(video::IVideoDriver *driver,scene::ISceneManager* smgr, gui::IGUIEnvironment* guienv, Client *client, LocalPlayer *player,