From f9ba5f70016e5422eb20f0ad3c0e61ca66e448c8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 16 Jan 2015 22:30:31 +0300 Subject: fix code style. --- src/net/eathena/beinghandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/eathena/beinghandler.cpp') 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(id)); break; case 8: // eAthena LOOK_SHIELD if (!mHideShield) -- cgit v1.2.3-70-g09d2