summaryrefslogtreecommitdiff
path: root/src/net/tmwa/messagein.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/messagein.cpp')
-rw-r--r--src/net/tmwa/messagein.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/messagein.cpp b/src/net/tmwa/messagein.cpp
index 2b65a2a3a..0f251ee8c 100644
--- a/src/net/tmwa/messagein.cpp
+++ b/src/net/tmwa/messagein.cpp
@@ -62,7 +62,7 @@ int16_t MessageIn::readInt16()
return value;
}
-int MessageIn::readInt32()
+int32_t MessageIn::readInt32()
{
int32_t value = -1;
if (mPos + 4 <= mLength)