summaryrefslogtreecommitdiff
path: root/src/particle/particle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/particle/particle.h')
-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;