From 3f8010f23e112c1cf6506c327cdddc5260867299 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 30 Aug 2014 22:32:39 +0300 Subject: Simplify getNpc function usage. --- src/net/tmwa/npchandler.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/net/tmwa/npchandler.h') 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); -- cgit v1.2.3-60-g2f50