summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being.h b/src/being.h
index 43bb3b188..02d3db68e 100644
--- a/src/being.h
+++ b/src/being.h
@@ -275,7 +275,7 @@ class Being : public ActorSprite, public ConfigListener
* @param damage the amount of damage dealt (0 means miss)
* @param type the attack type
*/
- virtual void handleAttack(Being *const victim, const int damage,
+ void handleAttack(Being *const victim, const int damage,
const int attackId = 1);
virtual void handleSkill(Being *const victim, const int damage,
@@ -373,7 +373,7 @@ class Being : public ActorSprite, public ConfigListener
void updateGuild();
- Party *getParty() const
+ Party *getParty() const A_WARN_UNUSED
{ return mParty; }
int getSpritesCount() const A_WARN_UNUSED