summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-30 17:29:50 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-30 17:29:50 +0300
commit4d03a4b3e2c1a6571f41e75239d6767dcf44e918 (patch)
tree47dc81a74b34f77203ba77ab5564c97133c27189 /src/net/eathena/beinghandler.h
parent7e4752efe67acd3668724c2be69b445e2019c268 (diff)
downloadManaVerse-4d03a4b3e2c1a6571f41e75239d6767dcf44e918.tar.gz
ManaVerse-4d03a4b3e2c1a6571f41e75239d6767dcf44e918.tar.bz2
ManaVerse-4d03a4b3e2c1a6571f41e75239d6767dcf44e918.tar.xz
ManaVerse-4d03a4b3e2c1a6571f41e75239d6767dcf44e918.zip
Remove additional parameters from processBeingChatLook function.
Diffstat (limited to 'src/net/eathena/beinghandler.h')
-rw-r--r--src/net/eathena/beinghandler.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/net/eathena/beinghandler.h b/src/net/eathena/beinghandler.h
index fdbde2afa..34cce3dc6 100644
--- a/src/net/eathena/beinghandler.h
+++ b/src/net/eathena/beinghandler.h
@@ -44,10 +44,9 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
void undress(Being *const being) const override final;
protected:
- void processBeingVisibleOrMove(Net::MessageIn &msg);
+ void processBeingChangeLook(Net::MessageIn &msg) const;
- void processBeingChangeLook(Net::MessageIn &msg,
- const bool look2) const;
+ void processBeingVisibleOrMove(Net::MessageIn &msg);
static void processNameResponse2(Net::MessageIn &msg);