summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/particle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particle.h b/src/particle.h
index 2f4ea77fd..fac643193 100644
--- a/src/particle.h
+++ b/src/particle.h
@@ -305,9 +305,9 @@ class Particle : public Actor
finished*/
Vector mVelocity; /**< Speed in pixels per game-tick. */
- private:
AliveStatus mAlive; /**< Is the particle supposed to be
drawn and updated?*/
+ private:
// generic properties
bool mAutoDelete; /**< May the particle request its deletion
by the parent particle? */