diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/being.h b/src/being.h index c1a9d8dbd..95fff8b51 100644 --- a/src/being.h +++ b/src/being.h @@ -268,7 +268,7 @@ class Being : public ActorSprite, public ConfigListener * @param type the attack type */ virtual void handleAttack(Being *const victim, const int damage, - const AttackType type); + const int attackId = 1); virtual void handleSkill(Being *const victim, const int damage, const int skillId); @@ -860,7 +860,6 @@ class Being : public ActorSprite, public ConfigListener /** Time until the last speech sentence disappears */ int mSpeechTime; - int mAttackType; int mAttackSpeed; /**< Attack speed */ Action mAction; /**< Action the being is performing */ |