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/tmwa/messagein.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/tmwa/messagein.h') diff --git a/src/net/tmwa/messagein.h b/src/net/tmwa/messagein.h index 29b17d8ba..c8dfb5bff 100644 --- a/src/net/tmwa/messagein.h +++ b/src/net/tmwa/messagein.h @@ -44,7 +44,7 @@ namespace TmwAthena */ MessageIn(const char *data, unsigned int length); - Sint16 readInt16(); /**< Reads a short. */ + int16_t readInt16(); /**< Reads a short. */ int readInt32(); /**< Reads a long. */ }; -- cgit v1.2.3-70-g09d2