summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-10 15:31:36 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-10 15:31:36 +0300
commitc757bf80478dd5e4e40a6c24b436954ab498a855 (patch)
tree8b73b31f6ca857d3a7affb86e324990b70baf68a /src/net/eathena/beinghandler.cpp
parenta7524c70c71cbdaed7e541105d9c743fb18f56cf (diff)
downloadplus-c757bf80478dd5e4e40a6c24b436954ab498a855.tar.gz
plus-c757bf80478dd5e4e40a6c24b436954ab498a855.tar.bz2
plus-c757bf80478dd5e4e40a6c24b436954ab498a855.tar.xz
plus-c757bf80478dd5e4e40a6c24b436954ab498a855.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 7b3c3fcaf..d0c3f1640 100644
--- a/src/net/eathena/beinghandler.cpp
+++ b/src/net/eathena/beinghandler.cpp
@@ -1947,7 +1947,7 @@ void BeingHandler::processBeingFakeName(Net::MessageIn &msg) const
msg.readUInt8("object type"));
const int id = msg.readInt32("npc id");
msg.skip(8, "unused");
- const int job = msg.readInt16("class?"); // 111
+ const uint16_t job = msg.readInt16("class?"); // 111
msg.skip(30, "unused");
uint16_t x, y;
uint8_t dir;