diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-30 22:32:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-30 22:32:39 +0300 |
commit | 3f8010f23e112c1cf6506c327cdddc5260867299 (patch) | |
tree | 8f594a37ca9a89f0837ee4f4a98b5b7bb9a950c0 /src/net/tmwa/npchandler.h | |
parent | 105745205558ea0f4f8705e1630a6f7055c68e34 (diff) | |
download | plus-3f8010f23e112c1cf6506c327cdddc5260867299.tar.gz plus-3f8010f23e112c1cf6506c327cdddc5260867299.tar.bz2 plus-3f8010f23e112c1cf6506c327cdddc5260867299.tar.xz plus-3f8010f23e112c1cf6506c327cdddc5260867299.zip |
Simplify getNpc function usage.
Diffstat (limited to 'src/net/tmwa/npchandler.h')
-rw-r--r-- | src/net/tmwa/npchandler.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/tmwa/npchandler.h b/src/net/tmwa/npchandler.h index b36255bc2..f4b982a35 100644 --- a/src/net/tmwa/npchandler.h +++ b/src/net/tmwa/npchandler.h @@ -65,8 +65,7 @@ class NpcHandler final : public MessageHandler, public Ea::NpcHandler void sellItem(const int beingId, const int itemId, const int amount) const override final; - int getNpc(Net::MessageIn &msg, - const bool haveLength) override final A_WARN_UNUSED; + int getNpc(Net::MessageIn &msg) override final A_WARN_UNUSED; void processNpcCommand(Net::MessageIn &msg, const int npcId); |