From c2efedab22275302f0a10cc197424d345a021d18 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Jun 2012 20:13:48 +0300 Subject: Replace SDL int types to C++ types. --- src/net/ea/gamehandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/ea/gamehandler.cpp') 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 -- cgit v1.2.3-70-g09d2