Skip to content

Commit 071736b

Browse files
committedJun 19, 2017
hud.h: add missing false default state on use_hotbar_selected_image
1 parent 53acc32 commit 071736b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/hud.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class Hud {
118118
std::string hotbar_image = "";
119119
bool use_hotbar_image = false;
120120
std::string hotbar_selected_image = "";
121-
bool use_hotbar_selected_image;
121+
bool use_hotbar_selected_image = false;
122122

123123
Hud(video::IVideoDriver *driver,scene::ISceneManager* smgr,
124124
gui::IGUIEnvironment* guienv, Client *client, LocalPlayer *player,

0 commit comments

Comments
 (0)
Please sign in to comment.