hud.h: add missing false default state on use_hotbar_selected_image

master
Loïc Blot 2017-06-19 15:41:33 +02:00
parent 53acc32bee
commit 071736ba3f
1 changed files with 1 additions and 1 deletions

View File

@ -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,