From ee0d3bacbce612c1abc6016cb7b0d684df25b820 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Thu, 1 Dec 2011 18:23:58 +0200 Subject: Player-is-SAO WIP --- src/environment.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/environment.h') diff --git a/src/environment.h b/src/environment.h index a8b51ae3f..fea201bb7 100644 --- a/src/environment.h +++ b/src/environment.h @@ -376,7 +376,8 @@ class ClientEnvironment : public Environment { public: ClientEnvironment(ClientMap *map, scene::ISceneManager *smgr, - ITextureSource *texturesource, IGameDef *gamedef); + ITextureSource *texturesource, IGameDef *gamedef, + IrrlichtDevice *device); ~ClientEnvironment(); Map & getMap() @@ -454,6 +455,7 @@ private: scene::ISceneManager *m_smgr; ITextureSource *m_texturesource; IGameDef *m_gamedef; + IrrlichtDevice *m_irr; core::map m_active_objects; Queue m_client_event_queue; IntervalLimiter m_active_object_light_update_interval; -- cgit v1.2.3