diff options
Diffstat (limited to 'src/particle.h')
-rw-r--r-- | src/particle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/particle.h b/src/particle.h index f3f5571a..52b2dd3c 100644 --- a/src/particle.h +++ b/src/particle.h @@ -267,7 +267,6 @@ class Particle : public Sprite int mFadeIn; /**< Age in game ticks where fading in is finished*/ float mAlpha; /**< Opacity of the graphical representation of the particle */ - private: // generic properties bool mAutoDelete; /**< May the particle request its deletion by the parent particle? */ Map *mMap; /**< Map the particle is on. */ |