summaryrefslogtreecommitdiff
path: root/src/net/ea/npchandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/npchandler.h')
-rw-r--r--src/net/ea/npchandler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/ea/npchandler.h b/src/net/ea/npchandler.h
index d6986a219..bfbc9dcfb 100644
--- a/src/net/ea/npchandler.h
+++ b/src/net/ea/npchandler.h
@@ -49,8 +49,7 @@ class NpcHandler notfinal : public Net::NpcHandler
void endShopping(const int beingId) const override final;
- virtual int getNpc(Net::MessageIn &msg,
- bool haveLength) A_WARN_UNUSED = 0;
+ virtual int getNpc(Net::MessageIn &msg) A_WARN_UNUSED = 0;
void processNpcChoice(Net::MessageIn &msg);