diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-06 16:37:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-06 16:37:19 +0300 |
commit | 7dfe062b9e33d863d23455453aae12ba592aac8b (patch) | |
tree | 62300b19a88dac0e67b2fe90fbec4eed8f93d39e /src/being/being.h | |
parent | 0f25d6e3defc9a6cd1cc2cd23b522abf8734c837 (diff) | |
download | plus-7dfe062b9e33d863d23455453aae12ba592aac8b.tar.gz plus-7dfe062b9e33d863d23455453aae12ba592aac8b.tar.bz2 plus-7dfe062b9e33d863d23455453aae12ba592aac8b.tar.xz plus-7dfe062b9e33d863d23455453aae12ba592aac8b.zip |
remove unused includes and remove default parameter in being.
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/being.h b/src/being/being.h index 314787a56..dff4afbda 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -495,7 +495,7 @@ class Being : public ActorSprite, public ConfigListener /** * Sets the current action. */ - virtual void setAction(const Action &action, const int attackType = 0); + virtual void setAction(const Action &action, const int attackType); /** * Get the being's action currently performed. |