]> git.lizzy.rs Git - minetest.git/blobdiff - src/drawscene.h
Fix mapgen using unitialised height map values
[minetest.git] / src / drawscene.h
index 06255251618d7d2feba2203f729f32afcf49863b..3268bcbf221630fd1d04ebed8a657b7a532abc57 100644 (file)
@@ -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,