summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-03-29 21:55:55 +0300
committerAndrei Karas <akaras@inbox.ru>2013-03-29 21:55:55 +0300
commitcc57dcd0e05a9c37fa4281c0190776a36b277e20 (patch)
treeb39bd665a52337ec4c05d909567c7be30e67fcbc /src/net/eathena/beinghandler.cpp
parent2223d15c84a660dd10dc131455416e2f49368409 (diff)
downloadplus-cc57dcd0e05a9c37fa4281c0190776a36b277e20.tar.gz
plus-cc57dcd0e05a9c37fa4281c0190776a36b277e20.tar.bz2
plus-cc57dcd0e05a9c37fa4281c0190776a36b277e20.tar.xz
plus-cc57dcd0e05a9c37fa4281c0190776a36b277e20.zip
fix code style.
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 98c24559a..b026b5e71 100644
--- a/src/net/eathena/beinghandler.cpp
+++ b/src/net/eathena/beinghandler.cpp
@@ -727,7 +727,7 @@ void BeingHandler::processBeingVisibleOrMove(Net::MessageIn &msg,
const uint16_t headTop = msg.readInt16();
const uint16_t headMid = msg.readInt16();
const int hairColor = msg.readInt16();
- const uint16_t shoes = msg.readInt16(); // clothes color - "abused" as shoes
+ const uint16_t shoes = msg.readInt16(); //clothes color - "abused" as shoes
uint16_t gloves;
if (dstBeing->getType() == ActorSprite::MONSTER)