summaryrefslogtreecommitdiff
path: root/src/net/eathena/gamehandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-01 18:34:10 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 01:18:54 +0300
commita453b123da204e33df2933e238aa59f0b83ff521 (patch)
tree4d1fff9056d4b3f499115db2fbf0e3bb9e58acb2 /src/net/eathena/gamehandler.cpp
parent217977222694d020de203c5f6700d2acf55ff7b1 (diff)
downloadplus-a453b123da204e33df2933e238aa59f0b83ff521.tar.gz
plus-a453b123da204e33df2933e238aa59f0b83ff521.tar.bz2
plus-a453b123da204e33df2933e238aa59f0b83ff521.tar.xz
plus-a453b123da204e33df2933e238aa59f0b83ff521.zip
eathena: fix warning in gamehandler.
Diffstat (limited to 'src/net/eathena/gamehandler.cpp')
-rw-r--r--src/net/eathena/gamehandler.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/eathena/gamehandler.cpp b/src/net/eathena/gamehandler.cpp
index f7d582760..1cfa5ee8c 100644
--- a/src/net/eathena/gamehandler.cpp
+++ b/src/net/eathena/gamehandler.cpp
@@ -186,8 +186,7 @@ void GameHandler::processMapLogin(Net::MessageIn &msg) const
msg.readInt8("y size");
logger->log("Protocol: Player start position: "
"(%d, %d), Direction: %d",
- x, y, direction,
- "player position and direction");
+ x, y, direction);
msg.readInt16("font");
mLastHost &= 0xffffff;