summaryrefslogtreecommitdiff
path: root/src/drawscene.h
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2017-05-19 07:25:27 +0200
committerGitHub <noreply@github.com>2017-05-19 07:25:27 +0200
commite25a38e3fbb156ae2bc72cc66aef014ae3963407 (patch)
treef7f4f7e6e823650a60f4607e07d12d6705292eef /src/drawscene.h
parent1c6d2f596df8fc2254916cf323bdbaf13905aebf (diff)
downloadminetest-e25a38e3fbb156ae2bc72cc66aef014ae3963407.tar.gz
minetest-e25a38e3fbb156ae2bc72cc66aef014ae3963407.tar.bz2
minetest-e25a38e3fbb156ae2bc72cc66aef014ae3963407.zip
When minimap is disabled in configuration, really disable it (#5771)
* When minimap is disabled in configuration, really disable it
Diffstat (limited to 'src/drawscene.h')
-rw-r--r--src/drawscene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drawscene.h b/src/drawscene.h
index 4a71b1f4e..99ff1a6bc 100644
--- a/src/drawscene.h
+++ b/src/drawscene.h
@@ -32,7 +32,7 @@ void draw_load_screen(const std::wstring &text, IrrlichtDevice *device,
void draw_scene(video::IVideoDriver *driver, scene::ISceneManager *smgr,
Camera &camera, Client &client, LocalPlayer *player,
- Hud &hud, Minimap &mapper, gui::IGUIEnvironment *guienv,
+ Hud &hud, Minimap *mapper, gui::IGUIEnvironment *guienv,
const v2u32 &screensize, const video::SColor &skycolor,
bool show_hud, bool show_minimap);