From 223665da129d29fc7fa08e61a880f6bf367b8738 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 16 Mar 2016 23:09:42 +0300 Subject: Fix compilation without C++11 flags. --- src/particle/particle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/particle/particle.h') diff --git a/src/particle/particle.h b/src/particle/particle.h index 7f132c0a1..fd69b667f 100644 --- a/src/particle/particle.h +++ b/src/particle/particle.h @@ -264,7 +264,7 @@ class Particle notfinal : public Actor // Is the particle supposed to be drawn and updated? AliveStatusT mAlive; - ParticleType mType; + ParticleTypeT mType; /**< Used animation for this particle */ SimpleAnimation *restrict mAnimation; -- cgit v1.2.3-60-g2f50