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 05724a14a..cd8743a43 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -390,8 +390,8 @@ class LocalPlayer final : public Being, void addSpMessage(const int change); - static bool checAttackPermissions(const Being *const target) - A_WARN_UNUSED; + static bool checkAttackPermissions(const Being *const target) + A_WARN_UNUSED; void updateStatus() const; |