From 045f17a274c0cd41aebd34d5759f7fe791b680e4 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Thu, 26 Jul 2012 21:35:04 +0200 Subject: Dynamic light manager - rewrote old CLight as CLightManager --- src/graphics/common/engine.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src/graphics/common/engine.h') diff --git a/src/graphics/common/engine.h b/src/graphics/common/engine.h index 0413816..9b6cc1f 100644 --- a/src/graphics/common/engine.h +++ b/src/graphics/common/engine.h @@ -45,7 +45,7 @@ class CSound; namespace Gfx { class CDevice; -class CLight; +class CLightManager; class CText; class CParticle; class CWater; @@ -843,18 +843,18 @@ protected: void UpdateGeometry(); protected: - CInstanceManager* m_iMan; - CApplication* m_app; - CSound* m_sound; - Gfx::CDevice* m_device; - Gfx::CText* m_text; - Gfx::CLight* m_light; - Gfx::CParticle* m_particle; - Gfx::CWater* m_water; - Gfx::CCloud* m_cloud; - Gfx::CLightning* m_lightning; - Gfx::CPlanet* m_planet; - Gfx::CTerrain* m_terrain; + CInstanceManager* m_iMan; + CApplication* m_app; + CSound* m_sound; + Gfx::CDevice* m_device; + Gfx::CText* m_text; + Gfx::CLightManager* m_lightMan; + Gfx::CParticle* m_particle; + Gfx::CWater* m_water; + Gfx::CCloud* m_cloud; + Gfx::CLightning* m_lightning; + Gfx::CPlanet* m_planet; + Gfx::CTerrain* m_terrain; bool m_wasInit; std::string m_error; -- cgit v1.2.3-1-g7c22