diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-07 00:34:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-07 00:34:29 +0300 |
commit | a81baa9e0bad6e312af008a800b346c172be47d1 (patch) | |
tree | 8dda8443611be191f74910fc68f336163ed4490f /src/net/eathena/npchandler.cpp | |
parent | 7699848c2c24822e1169e6b91db89a69345c5666 (diff) | |
download | plus-a81baa9e0bad6e312af008a800b346c172be47d1.tar.gz plus-a81baa9e0bad6e312af008a800b346c172be47d1.tar.bz2 plus-a81baa9e0bad6e312af008a800b346c172be47d1.tar.xz plus-a81baa9e0bad6e312af008a800b346c172be47d1.zip |
Fix code style.
Diffstat (limited to 'src/net/eathena/npchandler.cpp')
-rw-r--r-- | src/net/eathena/npchandler.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/npchandler.cpp b/src/net/eathena/npchandler.cpp index c68dd35fd..3166a49cb 100644 --- a/src/net/eathena/npchandler.cpp +++ b/src/net/eathena/npchandler.cpp @@ -242,7 +242,8 @@ int NpcHandler::getNpc(Net::MessageIn &msg, bool haveLength) return npcId; } -void NpcHandler::processNpcCutin(Net::MessageIn &msg A_UNUSED, int npcId A_UNUSED) +void NpcHandler::processNpcCutin(Net::MessageIn &msg A_UNUSED, + int npcId A_UNUSED) { msg.readString(64); // image name msg.readInt8(); // type |