diff options
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 e03607283..d76a70585 100644 --- a/src/being.h +++ b/src/being.h @@ -493,7 +493,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 = 0); /** * Get the being's action currently performed. |