summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/engine.cpp
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-10-05 18:59:49 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-10-05 18:59:49 +0200
commit6fdaf5de46b8ab29cfb67d49661a63fff5a6995a (patch)
tree01f387c01bf89c6230725ce38dfefde726faa260 /src/graphics/engine/engine.cpp
parentff99b74b25c34b721f507da18b0b6d26a41b670a (diff)
downloadcolobot-6fdaf5de46b8ab29cfb67d49661a63fff5a6995a.tar.gz
colobot-6fdaf5de46b8ab29cfb67d49661a63fff5a6995a.tar.bz2
colobot-6fdaf5de46b8ab29cfb67d49661a63fff5a6995a.zip
CParticle rewrite
Diffstat (limited to 'src/graphics/engine/engine.cpp')
-rw-r--r--src/graphics/engine/engine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphics/engine/engine.cpp b/src/graphics/engine/engine.cpp
index f3eb1dc..3365b24 100644
--- a/src/graphics/engine/engine.cpp
+++ b/src/graphics/engine/engine.cpp
@@ -272,6 +272,7 @@ bool CEngine::Create()
m_planet = new CPlanet(m_iMan, this);
m_lightMan->SetDevice(m_device);
+ m_particle->SetDevice(m_device);
m_text->SetDevice(m_device);
if (! m_text->Create())