From dceb9f7d6058785cf60d9dbcc8eecdcee1053412 Mon Sep 17 00:00:00 2001 From: sapier Date: Sun, 23 Nov 2014 13:40:43 +0100 Subject: Implement proper font handling --- src/drawscene.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drawscene.h') diff --git a/src/drawscene.h b/src/drawscene.h index 062552516..3268bcbf2 100644 --- a/src/drawscene.h +++ b/src/drawscene.h @@ -26,8 +26,8 @@ with this program; if not, write to the Free Software Foundation, Inc., void draw_load_screen(const std::wstring &text, IrrlichtDevice* device, - gui::IGUIEnvironment* guienv, gui::IGUIFont* font, float dtime=0, - int percent=0, bool clouds=true); + gui::IGUIEnvironment* guienv, float dtime=0, int percent=0, + bool clouds=true); void draw_scene(video::IVideoDriver* driver, scene::ISceneManager* smgr, Camera& camera, Client& client, LocalPlayer* player, Hud& hud, -- cgit v1.2.3