diff options
Diffstat (limited to 'src/net/manaserv/chathandler.cpp')
-rw-r--r-- | src/net/manaserv/chathandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/manaserv/chathandler.cpp b/src/net/manaserv/chathandler.cpp index 12451e6f6..c978dee36 100644 --- a/src/net/manaserv/chathandler.cpp +++ b/src/net/manaserv/chathandler.cpp @@ -57,7 +57,7 @@ extern ServerInfo chatServer; ChatHandler::ChatHandler() { - static const Uint16 _messages[] = + static const uint16_t _messages[] = { GPMSG_SAY, CPMSG_ENTER_CHANNEL_RESPONSE, |