diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-12 21:29:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-12 22:22:59 +0300 |
commit | 03889098f030471b88b007e03a1c5a5630434521 (patch) | |
tree | 4b60ab4f26e44908bf240254029976eb078fdaa0 /src/being.h | |
parent | c565936b3ac5b6e1ab0d5ca30963619c7b725bb6 (diff) | |
download | plus-03889098f030471b88b007e03a1c5a5630434521.tar.gz plus-03889098f030471b88b007e03a1c5a5630434521.tar.bz2 plus-03889098f030471b88b007e03a1c5a5630434521.tar.xz plus-03889098f030471b88b007e03a1c5a5630434521.zip |
Fix code style and other small issues.
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 2 |
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); |