diff options
Diffstat (limited to 'src/net/eathena/messagein.cpp')
-rw-r--r-- | src/net/eathena/messagein.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/messagein.cpp b/src/net/eathena/messagein.cpp index fa19465a3..3a71e0c76 100644 --- a/src/net/eathena/messagein.cpp +++ b/src/net/eathena/messagein.cpp @@ -49,7 +49,7 @@ void MessageIn::postInit(const char *const str) readInt16(str); } -uint16_t MessageIn::readId() +uint16_t MessageIn::readId() const { int16_t value = -1; if (mPos + 2 <= mLength) |