diff options
author | Fate <fate-tmw@googlemail.com> | 2008-12-09 09:42:59 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2008-12-09 09:42:59 -0700 |
commit | 5de95ae6a741ac8549a9e51be4a3872e91764d24 (patch) | |
tree | cce603d128c9ccf7c53eced54a424a3a66e27bbc /src/being.h | |
parent | caee40df5da03eb2db6ed8d528f1561ef9bcbd34 (diff) | |
download | mana-5de95ae6a741ac8549a9e51be4a3872e91764d24.tar.gz mana-5de95ae6a741ac8549a9e51be4a3872e91764d24.tar.bz2 mana-5de95ae6a741ac8549a9e51be4a3872e91764d24.tar.xz mana-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.h | 1 |
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 |