summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
authorBertram <bertram@cegetel.net>2009-10-09 02:08:20 +0200
committerBertram <bertram@cegetel.net>2009-10-09 02:08:20 +0200
commit07c92a402d3455bb2785c1fc69d03263888793b9 (patch)
tree5315c6433592e55287c25ed628706a3e36a65d95 /src/localplayer.h
parent658e00c3b34821360e860fb060558c09d472a582 (diff)
downloadmana-client-07c92a402d3455bb2785c1fc69d03263888793b9.tar.gz
mana-client-07c92a402d3455bb2785c1fc69d03263888793b9.tar.bz2
mana-client-07c92a402d3455bb2785c1fc69d03263888793b9.tar.xz
mana-client-07c92a402d3455bb2785c1fc69d03263888793b9.zip
While seeing it, made obvious that LocalPlayer::nextStep() isn't used by TMWserv client.
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index f0bb889d..e0d5675d 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -122,11 +122,13 @@ class LocalPlayer : public Player
virtual void setAction(Action action, int attackType = 0);
+#ifdef EATHENA_SUPPORT
/**
* Adds a new step when walking before calling super. Also, when
* specified it picks up an item at the end of a path.
*/
virtual void nextStep();
+#endif
/**
* Returns the player's inventory.