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 895506e8..a2a78bfd 100644 --- a/src/being.h +++ b/src/being.h @@ -341,7 +341,7 @@ class Being : public ActorSprite, public EventListener /** * Sets the current action. */ - virtual void setAction(Action action, int attackType = 0); + virtual void setAction(Action action, int attackId = 1); /** * Get the being's action currently performed. |