forked from Mirrorlandia_minetest/minetest
hud.h: add missing false default state on use_hotbar_selected_image
This commit is contained in:
parent
53acc32bee
commit
071736ba3f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user