diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-29 21:55:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-29 21:55:55 +0300 |
commit | cc57dcd0e05a9c37fa4281c0190776a36b277e20 (patch) | |
tree | b39bd665a52337ec4c05d909567c7be30e67fcbc /src/net/eathena/beinghandler.cpp | |
parent | 2223d15c84a660dd10dc131455416e2f49368409 (diff) | |
download | manaplus-cc57dcd0e05a9c37fa4281c0190776a36b277e20.tar.gz manaplus-cc57dcd0e05a9c37fa4281c0190776a36b277e20.tar.bz2 manaplus-cc57dcd0e05a9c37fa4281c0190776a36b277e20.tar.xz manaplus-cc57dcd0e05a9c37fa4281c0190776a36b277e20.zip |
fix code style.
Diffstat (limited to 'src/net/eathena/beinghandler.cpp')
-rw-r--r-- | src/net/eathena/beinghandler.cpp | 2 |
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) |