aboutsummaryrefslogtreecommitdiff
path: root/src/client/clientmap.h
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2021-04-29 08:51:17 +0200
committerLoïc Blot <nerzhul@users.noreply.github.com>2021-05-03 19:49:19 +0200
commit1bc855646e2c920c1df55bb73416f72295c020f4 (patch)
treedb872efec84c5daa6d37b6e2d1c71e4450255c3b /src/client/clientmap.h
parent258101a91031f3ff9ee01a974030b02529ffdac0 (diff)
downloadhax-minetest-server-1bc855646e2c920c1df55bb73416f72295c020f4.tar.gz
hax-minetest-server-1bc855646e2c920c1df55bb73416f72295c020f4.zip
refacto: protect some RenderingEngine::get_scene_manager
* protect it from Camera, Sky, ClientMap object calls * rename Game::sky to Game::m_sky
Diffstat (limited to '')
-rw-r--r--src/client/clientmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/clientmap.h b/src/client/clientmap.h
index 57cc4427e..80add4a44 100644
--- a/src/client/clientmap.h
+++ b/src/client/clientmap.h
@@ -68,6 +68,7 @@ class ClientMap : public Map, public scene::ISceneNode
public:
ClientMap(
Client *client,
+ RenderingEngine *rendering_engine,
MapDrawControl &control,
s32 id
);