From f0a0e1eff7be666ec963440de0a1fbcddf1d407e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 27 Jul 2018 20:51:14 +0300 Subject: Add packet CMSG_PLAYER_SELECT_STYLE 0x0afc. --- src/net/tmwa/playerhandler.cpp | 3 ++- src/net/tmwa/playerhandler.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/net/tmwa') diff --git a/src/net/tmwa/playerhandler.cpp b/src/net/tmwa/playerhandler.cpp index ffc1b3176..362269ab9 100644 --- a/src/net/tmwa/playerhandler.cpp +++ b/src/net/tmwa/playerhandler.cpp @@ -500,7 +500,8 @@ void PlayerHandler::selectStyle(const int headColor A_UNUSED, const int bodyColor A_UNUSED, const int topStyle A_UNUSED, const int middleStyle A_UNUSED, - const int bottomStyle A_UNUSED) const + const int bottomStyle A_UNUSED, + const int bodyStyle A_UNUSED) const { } diff --git a/src/net/tmwa/playerhandler.h b/src/net/tmwa/playerhandler.h index 044fc47d4..418843989 100644 --- a/src/net/tmwa/playerhandler.h +++ b/src/net/tmwa/playerhandler.h @@ -86,7 +86,8 @@ class PlayerHandler final : public Ea::PlayerHandler const int bodyColor, const int topStyle, const int middleStyle, - const int bottomStyle) const override final; + const int bottomStyle, + const int bodyStyle) const override final; void setStat(Net::MessageIn &msg, const int type, -- cgit v1.2.3-70-g09d2