summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-16 22:30:31 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-16 22:33:13 +0300
commitf9ba5f70016e5422eb20f0ad3c0e61ca66e448c8 (patch)
treeb8bdc4d2da97ff76987313f22ad63eb3c8df4058 /src/net/eathena/beinghandler.cpp
parent1781049dee0da16fdd7148f36a699523cd08ecaf (diff)
downloadplus-f9ba5f70016e5422eb20f0ad3c0e61ca66e448c8.tar.gz
plus-f9ba5f70016e5422eb20f0ad3c0e61ca66e448c8.tar.bz2
plus-f9ba5f70016e5422eb20f0ad3c0e61ca66e448c8.tar.xz
plus-f9ba5f70016e5422eb20f0ad3c0e61ca66e448c8.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 c2804586f..f74a51fc4 100644
--- a/src/net/eathena/beinghandler.cpp
+++ b/src/net/eathena/beinghandler.cpp
@@ -448,7 +448,7 @@ void BeingHandler::processBeingChangeLookContinue(Being *const dstBeing,
SPRITE_HAIR_COLOR)).getDyeColorsString(id));
break;
case 7: // Clothes color. Now used as look
- dstBeing->setLook(id);
+ dstBeing->setLook(static_cast<uint8_t>(id));
break;
case 8: // eAthena LOOK_SHIELD
if (!mHideShield)