summaryrefslogtreecommitdiff
path: root/src/net/eathena/beingrecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/beingrecv.cpp')
-rw-r--r--src/net/eathena/beingrecv.cpp3
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());