diff options
Diffstat (limited to 'src/net/ea/gamehandler.cpp')
-rw-r--r-- | src/net/ea/gamehandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/gamehandler.cpp b/src/net/ea/gamehandler.cpp index fe6c39645..69f4089ad 100644 --- a/src/net/ea/gamehandler.cpp +++ b/src/net/ea/gamehandler.cpp @@ -74,7 +74,7 @@ void GameHandler::setMap(const std::string map) void GameHandler::processMapLogin(Net::MessageIn &msg) { unsigned char direction; - Uint16 x, y; + uint16_t x, y; msg.readInt32(); // server tick msg.readCoordinates(x, y, direction); msg.skip(2); // 0x0505 |