diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-10 22:03:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-10 22:03:10 +0300 |
commit | f9a7f96525c7485de4cf27f973f0b52f5d74f048 (patch) | |
tree | be1ed401dffb832f9d923760ac89ad415cfc4d7f /src/being/localplayer.h | |
parent | 314147c53d571345436d2def199213fa71f22c9d (diff) | |
download | mv-f9a7f96525c7485de4cf27f973f0b52f5d74f048.tar.gz mv-f9a7f96525c7485de4cf27f973f0b52f5d74f048.tar.bz2 mv-f9a7f96525c7485de4cf27f973f0b52f5d74f048.tar.xz mv-f9a7f96525c7485de4cf27f973f0b52f5d74f048.zip |
Add support for initial particle effect for effect from status-effects.xml
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index 14d731b74..08974a621 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -427,7 +427,8 @@ class LocalPlayer final : public Being, void updateCoords() override final; void handleStatusEffect(const StatusEffect *const effect, - const int32_t effectId) override final; + const int32_t effectId, + const IsStart start) override final; void startWalking(const unsigned char dir); |