summaryrefslogtreecommitdiff
path: root/src/particle
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-16 23:09:42 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-16 23:09:42 +0300
commit223665da129d29fc7fa08e61a880f6bf367b8738 (patch)
treeb6621d80e41ce61bbc3f132aae23787469e12926 /src/particle
parent9efea39b8de52d9c45d56a9c58110c5bf8127acf (diff)
downloadplus-223665da129d29fc7fa08e61a880f6bf367b8738.tar.gz
plus-223665da129d29fc7fa08e61a880f6bf367b8738.tar.bz2
plus-223665da129d29fc7fa08e61a880f6bf367b8738.tar.xz
plus-223665da129d29fc7fa08e61a880f6bf367b8738.zip
Fix compilation without C++11 flags.
Diffstat (limited to 'src/particle')
-rw-r--r--src/particle/particle.h2
1 files changed, 1 insertions, 1 deletions
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;