diff options
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/localplayer.cpp | 2 | ||||
-rw-r--r-- | src/being/localplayer.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp index c3cf67d66..30d629852 100644 --- a/src/being/localplayer.cpp +++ b/src/being/localplayer.cpp @@ -2005,7 +2005,7 @@ void LocalPlayer::navigateClean() tmpLayer->clean(); } -void LocalPlayer::updateMusic() +void LocalPlayer::updateMusic() const { if (mMap) { diff --git a/src/being/localplayer.h b/src/being/localplayer.h index d5cb3b873..b062cd6c2 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -404,7 +404,7 @@ class LocalPlayer final : public Being, const int oldVal1, const int oldVal2) override final; - void updateMusic(); + void updateMusic() const; void setAfkTime(const int v) { mAfkTime = v; } |