diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-09-30 20:10:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-09-30 20:21:39 +0300 |
commit | 753f7335b3eb5a6637611045bd1a5d4238a47e12 (patch) | |
tree | 81e47e0380e1af058a8ab01aa014c6cfbbbb5ed3 /src/being/localplayer.h | |
parent | 205ed1edc60277c6ae8cc4383ab24535b36f7761 (diff) | |
download | plus-753f7335b3eb5a6637611045bd1a5d4238a47e12.tar.gz plus-753f7335b3eb5a6637611045bd1a5d4238a47e12.tar.bz2 plus-753f7335b3eb5a6637611045bd1a5d4238a47e12.tar.xz plus-753f7335b3eb5a6637611045bd1a5d4238a47e12.zip |
Fix removing particle effects after end effect message.
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index 72c4d7258..7a3985a32 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -437,6 +437,7 @@ class LocalPlayer final : public Being, void handleStatusEffect(const StatusEffect *const effect, const int32_t effectId, + const Enable newStatus, const IsStart start) override final; void startWalking(const unsigned char dir); |