summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-02 23:30:27 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 01:18:56 +0300
commit19f03b283367a95e3ffb7ef63049fd2992352aab (patch)
treeb1374f28350cb123a0159c87d1c5aecd147eac69 /src/net/eathena/beinghandler.cpp
parentf32c27a3446fc8312a7fd4f9a85b60720549582a (diff)
downloadManaVerse-19f03b283367a95e3ffb7ef63049fd2992352aab.tar.gz
ManaVerse-19f03b283367a95e3ffb7ef63049fd2992352aab.tar.bz2
ManaVerse-19f03b283367a95e3ffb7ef63049fd2992352aab.tar.xz
ManaVerse-19f03b283367a95e3ffb7ef63049fd2992352aab.zip
fix compilation warnings
Diffstat (limited to 'src/net/eathena/beinghandler.cpp')
-rw-r--r--src/net/eathena/beinghandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/beinghandler.cpp b/src/net/eathena/beinghandler.cpp
index 96cb87ab7..228e2ce6a 100644
--- a/src/net/eathena/beinghandler.cpp
+++ b/src/net/eathena/beinghandler.cpp
@@ -640,7 +640,7 @@ void BeingHandler::processBeingVisibleOrMove(Net::MessageIn &msg)
if (visible)
{
- const int len = msg.readInt16("len");
+ msg.readInt16("len");
msg.readUInt8("object type");
}