diff options
Diffstat (limited to 'src/hud.h')
-rw-r--r-- | src/hud.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -120,8 +120,7 @@ public: std::string hotbar_selected_image = ""; bool use_hotbar_selected_image = false; - Hud(video::IVideoDriver *driver,scene::ISceneManager* smgr, - gui::IGUIEnvironment* guienv, Client *client, LocalPlayer *player, + Hud(gui::IGUIEnvironment *guienv, Client *client, LocalPlayer *player, Inventory *inventory); ~Hud(); |