diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-09-30 03:27:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-09-30 03:30:11 +0300 |
commit | bf9fc1de4c53a88a28be48dbf7cf4795199442d4 (patch) | |
tree | 46018d5b85c669961fb2fe6ab8af06f432139999 /src/being/being.h | |
parent | fdf8230a80fa418e4b46dc489e5b2dda7901b55c (diff) | |
download | ManaVerse-bf9fc1de4c53a88a28be48dbf7cf4795199442d4.tar.gz ManaVerse-bf9fc1de4c53a88a28be48dbf7cf4795199442d4.tar.bz2 ManaVerse-bf9fc1de4c53a88a28be48dbf7cf4795199442d4.tar.xz ManaVerse-bf9fc1de4c53a88a28be48dbf7cf4795199442d4.zip |
Add missing static keywords
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/being/being.h b/src/being/being.h index f42cae281..0dd0a5743 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -884,10 +884,10 @@ class Being notfinal : public ActorSprite, void recalcSpritesOrder() restrict2; - int getHitEffect(const Being *restrict const attacker, - const AttackTypeT type, - const int attackId, - const int level) const restrict2 A_WARN_UNUSED; + static int getHitEffect(const Being *restrict const attacker, + const AttackTypeT type, + const int attackId, + const int level); CursorT getHoverCursor() const restrict2 A_WARN_UNUSED { |