From 237449794444d60ecc4a669d78becac5372da723 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 30 Apr 2014 19:53:09 +0300 Subject: Fix code style in net. --- src/net/eathena/messageout.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/net/eathena/messageout.cpp') diff --git a/src/net/eathena/messageout.cpp b/src/net/eathena/messageout.cpp index ff16f5dd0..07fd8093b 100644 --- a/src/net/eathena/messageout.cpp +++ b/src/net/eathena/messageout.cpp @@ -91,7 +91,10 @@ void MessageOut::writeCoordinates(const uint16_t x, const uint16_t y, unsigned char direction) { - DEBUGLOG(strprintf("writeCoordinates: %u,%u %u", x, y, direction)); + DEBUGLOG(strprintf("writeCoordinates: %u,%u %u", + static_cast(x), + static_cast(y), + static_cast(direction))); char *const data = mData + mPos; mNetwork->mOutSize += 3; mPos += 3; -- cgit v1.2.3-60-g2f50