diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-07-14 13:51:46 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-07-14 13:51:46 -0600 |
commit | df52e6b900600709ab0069daacf06093c61667b1 (patch) | |
tree | 45992865781aeca25c3263475b201beb4c372d7f /src/localplayer.h | |
parent | cc0878202c99c896f98918b219253eddcf9abf53 (diff) | |
download | mana-df52e6b900600709ab0069daacf06093c61667b1.tar.gz mana-df52e6b900600709ab0069daacf06093c61667b1.tar.bz2 mana-df52e6b900600709ab0069daacf06093c61667b1.tar.xz mana-df52e6b900600709ab0069daacf06093c61667b1.zip |
Merge and cleanup more stuff
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index 7fb43d3a..ea6d76d5 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -182,9 +182,8 @@ class LocalPlayer : public Player */ void setTrading(bool trading) { mTrading = trading; } -#ifdef TMWSERV_SUPPORT void useSpecial(int id); -#endif + void attack(Being *target = NULL, bool keep = false); /** @@ -249,7 +248,6 @@ class LocalPlayer : public Player */ bool withinAttackRange(Being *target); -#ifdef TMWSERV_SUPPORT /** * Stops the player dead in his tracks */ @@ -264,7 +262,6 @@ class LocalPlayer : public Player * Uses a correction point to lower an attribute */ void lowerAttribute(size_t attr); -#endif void toggleSit(); void emote(Uint8 emotion); |