summaryrefslogtreecommitdiff
path: root/src/net/eathena/gamerecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-11-05 01:09:30 +0300
committerAndrei Karas <akaras@inbox.ru>2018-11-05 01:09:30 +0300
commit485e9bb12bf5dda318ac0ccbf1d2a1cd86cf8c70 (patch)
treece74f5a2fb646439cb58c2d85bc67ff29b70dbb7 /src/net/eathena/gamerecv.cpp
parent33f4a30373c8978d4e4f29422a5b0132fd14a0ec (diff)
downloadManaVerse-485e9bb12bf5dda318ac0ccbf1d2a1cd86cf8c70.tar.gz
ManaVerse-485e9bb12bf5dda318ac0ccbf1d2a1cd86cf8c70.tar.bz2
ManaVerse-485e9bb12bf5dda318ac0ccbf1d2a1cd86cf8c70.tar.xz
ManaVerse-485e9bb12bf5dda318ac0ccbf1d2a1cd86cf8c70.zip
Fix code style.
Diffstat (limited to 'src/net/eathena/gamerecv.cpp')
-rw-r--r--src/net/eathena/gamerecv.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/gamerecv.cpp b/src/net/eathena/gamerecv.cpp
index 9a517c74f..d78d5d92d 100644
--- a/src/net/eathena/gamerecv.cpp
+++ b/src/net/eathena/gamerecv.cpp
@@ -47,7 +47,8 @@ void GameRecv::processMapAccountId(Net::MessageIn &msg)
void GameRecv::processMapLogin(Net::MessageIn &msg)
{
unsigned char direction;
- uint16_t x, y;
+ uint16_t x;
+ uint16_t y;
msg.readInt32("start time");
msg.readCoordinates(x, y, direction, "position");
msg.readInt8("x size");