diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-06 01:10:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-06 01:10:40 +0300 |
commit | 3c6d3063170bb51c27bdb9dccc566e16027eb15f (patch) | |
tree | 7ec769d5520de9232ff6e67546ce8d3ff19c9781 /src/net | |
parent | 92306efa51f716f67db3adebcb4d58d42c99dcae (diff) | |
download | plus-3c6d3063170bb51c27bdb9dccc566e16027eb15f.tar.gz plus-3c6d3063170bb51c27bdb9dccc566e16027eb15f.tar.bz2 plus-3c6d3063170bb51c27bdb9dccc566e16027eb15f.tar.xz plus-3c6d3063170bb51c27bdb9dccc566e16027eb15f.zip |
Add comment in BeingRecv::processBeingChangeLookContinue
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/eathena/beingrecv.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/beingrecv.cpp b/src/net/eathena/beingrecv.cpp index 8e6293bbe..d35b66168 100644 --- a/src/net/eathena/beingrecv.cpp +++ b/src/net/eathena/beingrecv.cpp @@ -151,6 +151,9 @@ void BeingRecv::processBeingChangeLookContinue(const Net::MessageIn &msg, const std::string color; switch (type) { + // here should be used SPRITE_* constants + // but for now they conflicting with sprites + // SPRITE_* is same with server LOOK_* case 0: // change race dstBeing->setSubtype(fromInt(id, BeingTypeId), dstBeing->getLook()); |