summaryrefslogtreecommitdiff
path: root/src/player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.cpp')
-rw-r--r--src/player.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/player.cpp b/src/player.cpp
index 3b2271bd..fd7cd0d6 100644
--- a/src/player.cpp
+++ b/src/player.cpp
@@ -255,21 +255,6 @@ void Player::updateCoords()
}
#ifdef TMWSERV_SUPPORT
-
-Path Player::findPath()
-{
- Path path;
-
- if (mMap)
- {
- path = mMap->findSimplePath(getPosition().x / 32, getPosition().y / 32,
- getDestination().x / 32, getDestination().y / 32,
- getWalkMask());
- }
-
- return path;
-}
-
Guild* Player::addGuild(short guildId, short rights)
{
Guild *guild = new Guild(guildId, rights);