summaryrefslogtreecommitdiff
path: root/src/net/tmwa/gamehandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/gamehandler.cpp')
-rw-r--r--src/net/tmwa/gamehandler.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/tmwa/gamehandler.cpp b/src/net/tmwa/gamehandler.cpp
index 6430b476..9e2c6fa4 100644
--- a/src/net/tmwa/gamehandler.cpp
+++ b/src/net/tmwa/gamehandler.cpp
@@ -113,7 +113,7 @@ void GameHandler::event(Event::Channel channel, const Event &event)
const int tileHeight = map->getTileHeight();
if (mTileX && mTileY)
{
- player_node->setPosition(Vector(mTileX * tileWidth + tileWidth / 2,
+ local_player->setPosition(Vector(mTileX * tileWidth + tileWidth / 2,
mTileY * tileHeight + tileHeight / 2));
mTileX = mTileY = 0;
}
@@ -135,9 +135,9 @@ void GameHandler::connect()
if (Client::getState() == STATE_CONNECT_GAME)
{
- mCharID = player_node->getId();
+ mCharID = local_player->getId();
// Change the player's ID to the account ID to match what eAthena uses
- player_node->setId(token.account_ID);
+ local_player->setId(token.account_ID);
}
// Send login infos