summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2008-12-09 09:42:59 -0700
committerFate <fate-tmw@googlemail.com>2008-12-09 09:42:59 -0700
commit5de95ae6a741ac8549a9e51be4a3872e91764d24 (patch)
treecce603d128c9ccf7c53eced54a424a3a66e27bbc /src/being.h
parentcaee40df5da03eb2db6ed8d528f1561ef9bcbd34 (diff)
downloadmana-client-5de95ae6a741ac8549a9e51be4a3872e91764d24.tar.gz
mana-client-5de95ae6a741ac8549a9e51be4a3872e91764d24.tar.bz2
mana-client-5de95ae6a741ac8549a9e51be4a3872e91764d24.tar.xz
mana-client-5de95ae6a741ac8549a9e51be4a3872e91764d24.zip
Defer re-adding of particles to next call to Being::logic() to avoid crash
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being.h b/src/being.h
index de558f83..d7f78753 100644
--- a/src/being.h
+++ b/src/being.h
@@ -460,6 +460,7 @@ class Being : public Sprite
static int instances; /**< Number of Being instances */
static ImageSet *emotionSet; /**< Emoticons used by beings */
+ bool mMustResetParticles; /**< Reset particle status effects on next redraw? */
};
#endif