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/messageout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/messageout.cpp') diff --git a/src/net/messageout.cpp b/src/net/messageout.cpp index 9ec45c7cc..865b8bc0b 100644 --- a/src/net/messageout.cpp +++ b/src/net/messageout.cpp @@ -45,7 +45,7 @@ MessageOut::MessageOut(short id A_UNUSED): DEBUGLOG("MessageOut"); } -void MessageOut::writeInt8(Sint8 value) +void MessageOut::writeInt8(int8_t value) { DEBUGLOG("writeInt8: " + toString(static_cast(value))); expand(1); -- cgit v1.2.3-70-g09d2