diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-08 19:38:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-08 19:38:34 +0300 |
commit | 203045d6184a3e6246b64b3433f43e0bfebc2e31 (patch) | |
tree | 36388d4420f7ac5d11e0a2c2e3d400aaf14e2cee /src/being/being.h | |
parent | eef656d3e65cc8954d03e65aacb04ba0271b7703 (diff) | |
download | plus-203045d6184a3e6246b64b3433f43e0bfebc2e31.tar.gz plus-203045d6184a3e6246b64b3433f43e0bfebc2e31.tar.bz2 plus-203045d6184a3e6246b64b3433f43e0bfebc2e31.tar.xz plus-203045d6184a3e6246b64b3433f43e0bfebc2e31.zip |
Add support for post delay status effect. It change cast animation to stand.
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being/being.h b/src/being/being.h index ee073977b..48e8b8c5e 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -938,6 +938,8 @@ class Being notfinal : public ActorSprite, unsigned int getSpiritBalls() const restrict2 noexcept A_WARN_UNUSED { return mSpiritBalls; } + + void setPostDelay(const bool b) override final; #endif void setKarma(const int karma) restrict2 noexcept |