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 a2d977db..0b56994e 100644 --- a/src/being.h +++ b/src/being.h @@ -262,7 +262,7 @@ class Being : public Sprite * Sets the current action. */ virtual void - setAction(Action action); + setAction(Action action, int attackType = 0); /** * Returns the direction the being is facing. |