From 593cccb16074fe9269dd2f278bd79859769eb1fd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 8 Sep 2012 00:17:45 +0300 Subject: Improve constructors in some classes. --- src/particle.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/particle.cpp') diff --git a/src/particle.cpp b/src/particle.cpp index 2b019ab3f..4a59810d4 100644 --- a/src/particle.cpp +++ b/src/particle.cpp @@ -58,6 +58,7 @@ bool Particle::enabled = true; const float Particle::PARTICLE_SKY = 800.0f; Particle::Particle(Map *const map) : + Actor(), mAlpha(1.0f), mLifetimeLeft(-1), mLifetimePast(0), -- cgit v1.2.3-60-g2f50