summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h
index 02d3db68e..40f29a58d 100644
--- a/src/being.h
+++ b/src/being.h
@@ -276,7 +276,7 @@ class Being : public ActorSprite, public ConfigListener
* @param type the attack type
*/
void handleAttack(Being *const victim, const int damage,
- const int attackId = 1);
+ const int attackId = 1);
virtual void handleSkill(Being *const victim, const int damage,
const int skillId, const int skillLevel);