diff options
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index a0ff28dc2..ec789d0d2 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -519,8 +519,8 @@ class LocalPlayer final : public Being, protected: void updateCoords() override final; - void handleStatusEffect(StatusEffect *const effect, - const int effectId); + void handleStatusEffect(const StatusEffect *const effect, + const int effectId) override final; void startWalking(const unsigned char dir); |