summaryrefslogtreecommitdiff
path: root/src/net/tmwa/messagein.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/messagein.h')
-rw-r--r--src/net/tmwa/messagein.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/messagein.h b/src/net/tmwa/messagein.h
index 72ad06238..9b2c6015f 100644
--- a/src/net/tmwa/messagein.h
+++ b/src/net/tmwa/messagein.h
@@ -49,7 +49,7 @@ class MessageIn final : public Net::MessageIn
A_DELETE_COPY(MessageIn)
int16_t readInt16(); /**< Reads a short. */
- int readInt32(); /**< Reads a long. */
+ int32_t readInt32(); /**< Reads a long. */
};
}