diff options
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index 7315861ed..dcb95a119 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -513,7 +513,7 @@ class LocalPlayer final : public Being, void changeEquipmentBeforeAttack(const Being *const target) const; static void tryMagic(const std::string &spell, const int baseMagic, - const int schoolMagic, const int mana); + const int schoolMagic, const int mana); const char *getVarItem(const char *const *const arr, const unsigned index, |