diff options
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r-- | src/being/being.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index 74942999e..0459d83e9 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -869,7 +869,7 @@ void Being::takeDamage(Being *restrict const attacker, int Being::getHitEffect(const Being *restrict const attacker, const AttackTypeT type, const int attackId, - const int level) const restrict2 + const int level) { if (effectManager == nullptr) return 0; |