diff options
Diffstat (limited to 'src/being/localplayer.cpp')
-rw-r--r-- | src/being/localplayer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp index feb6c590a..f8efd716e 100644 --- a/src/being/localplayer.cpp +++ b/src/being/localplayer.cpp @@ -933,7 +933,7 @@ void LocalPlayer::setGotoTarget(Being *const target) setDestination(target->getTileX(), target->getTileY()); } -void LocalPlayer::handleStatusEffect(StatusEffect *const effect, +void LocalPlayer::handleStatusEffect(const StatusEffect *const effect, const int effectId) { Being::handleStatusEffect(effect, effectId); |