summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2008-10-14 21:04:46 +0000
committerIra Rice <irarice@gmail.com>2008-10-14 21:04:46 +0000
commitdc3c5d595e60a8498e44affb8ec05b91709d34fc (patch)
tree15dabb6da28bb2f30694f761cb301e2b8b312576 /src/being.h
parentfc8760599dfd730d416bb2c646e17c5dd7dd132e (diff)
downloadMana-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.h3
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.