diff options
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index b7d39a4c..55e4e6f6 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -154,6 +154,8 @@ class LocalPlayer : public Player virtual void logic(); + virtual void setAction(Action action, int attackType = 0); + /** * Adds a new step when walking before calling super. Also, when * specified it picks up an item at the end of a path. @@ -286,7 +288,6 @@ class LocalPlayer : public Player */ Being* getTarget() const; - /** * Sets the target being of the player. */ |