diff options
author | Ira Rice <irarice@gmail.com> | 2008-10-14 21:04:46 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-10-14 21:04:46 +0000 |
commit | dc3c5d595e60a8498e44affb8ec05b91709d34fc (patch) | |
tree | 15dabb6da28bb2f30694f761cb301e2b8b312576 /src/being.h | |
parent | fc8760599dfd730d416bb2c646e17c5dd7dd132e (diff) | |
download | mana-dc3c5d595e60a8498e44affb8ec05b91709d34fc.tar.gz mana-dc3c5d595e60a8498e44affb8ec05b91709d34fc.tar.bz2 mana-dc3c5d595e60a8498e44affb8ec05b91709d34fc.tar.xz mana-dc3c5d595e60a8498e44affb8ec05b91709d34fc.zip |
Early addition of a particle effect disabling option. Would like to
change this in the future to update instantaneously.
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/being.h b/src/being.h index cc6ba427..05a49d9a 100644 --- a/src/being.h +++ b/src/being.h @@ -405,6 +405,9 @@ class Being : public Sprite std::vector<std::string> mSpriteColors; std::list<Particle *> mChildParticleEffects; + protected: + bool mParticleEffects; /**< Whether to display particles or not */ + private: /** * Calculates the offset in the given directions. |