From: Loïc Blot Date: Mon, 19 Jun 2017 13:41:33 +0000 (+0200) Subject: hud.h: add missing false default state on use_hotbar_selected_image X-Git-Tag: 5.0.0~1089 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=071736ba3f99c9827af074bed3b3ff84c05e0d51;p=oweals%2Fminetest.git hud.h: add missing false default state on use_hotbar_selected_image --- 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,