summaryrefslogtreecommitdiff
path: root/src/net/tmwa/playerhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-27 20:51:14 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-27 20:51:14 +0300
commitf0a0e1eff7be666ec963440de0a1fbcddf1d407e (patch)
tree447f8d04a19db075430120ef406d662c44700df0 /src/net/tmwa/playerhandler.cpp
parentb27338573f455ac730e6bcca9d46b50391ddf7b3 (diff)
downloadplus-f0a0e1eff7be666ec963440de0a1fbcddf1d407e.tar.gz
plus-f0a0e1eff7be666ec963440de0a1fbcddf1d407e.tar.bz2
plus-f0a0e1eff7be666ec963440de0a1fbcddf1d407e.tar.xz
plus-f0a0e1eff7be666ec963440de0a1fbcddf1d407e.zip
Add packet CMSG_PLAYER_SELECT_STYLE 0x0afc.
Diffstat (limited to 'src/net/tmwa/playerhandler.cpp')
-rw-r--r--src/net/tmwa/playerhandler.cpp3
1 files changed, 2 insertions, 1 deletions
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
{
}