diff options
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); |