diff options
Diffstat (limited to 'src/net/tmwa/messagein.cpp')
-rw-r--r-- | src/net/tmwa/messagein.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/messagein.cpp b/src/net/tmwa/messagein.cpp index dac641414..4d8b334f3 100644 --- a/src/net/tmwa/messagein.cpp +++ b/src/net/tmwa/messagein.cpp @@ -38,6 +38,10 @@ namespace TmwAthena MessageIn::MessageIn(const char *const data, const unsigned int length) : Net::MessageIn(data, length) { +} + +void MessageIn::postInit() +{ // Read the message ID mId = readInt16(); } |