Skip to content

Commit

Permalink
hud.h: add missing false default state on use_hotbar_selected_image
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Jun 19, 2017
1 parent 53acc32 commit 071736b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hud.h
Expand Up @@ -118,7 +118,7 @@ class Hud {
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,
Expand Down

0 comments on commit 071736b

Please sign in to comment.