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/manaserv/itemhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/manaserv/itemhandler.cpp') diff --git a/src/net/manaserv/itemhandler.cpp b/src/net/manaserv/itemhandler.cpp index 8ebe965ec..5a2cf9ebd 100644 --- a/src/net/manaserv/itemhandler.cpp +++ b/src/net/manaserv/itemhandler.cpp @@ -36,7 +36,7 @@ namespace ManaServ ItemHandler::ItemHandler() { - static const Uint16 _messages[] = + static const uint16_t _messages[] = { GPMSG_ITEMS, GPMSG_ITEM_APPEAR, -- cgit v1.2.3-70-g09d2