summaryrefslogtreecommitdiff
path: root/src/net/tmwa/playerhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-06-26 22:57:13 +0300
committerAndrei Karas <akaras@inbox.ru>2019-06-26 22:57:13 +0300
commit007912d74e1e067ddd1566429aabfa5970b0525a (patch)
treed5409753342971c42fb364bd5d5cc70773ef0876 /src/net/tmwa/playerhandler.cpp
parent653431655169659331999f4f2d63aa05cfcf3134 (diff)
downloadplus-007912d74e1e067ddd1566429aabfa5970b0525a.tar.gz
plus-007912d74e1e067ddd1566429aabfa5970b0525a.tar.bz2
plus-007912d74e1e067ddd1566429aabfa5970b0525a.tar.xz
plus-007912d74e1e067ddd1566429aabfa5970b0525a.zip
Update packet CMSG_SET_SHORTCUTS
Diffstat (limited to 'src/net/tmwa/playerhandler.cpp')
-rw-r--r--src/net/tmwa/playerhandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/tmwa/playerhandler.cpp b/src/net/tmwa/playerhandler.cpp
index e172b5096..1569ba0ac 100644
--- a/src/net/tmwa/playerhandler.cpp
+++ b/src/net/tmwa/playerhandler.cpp
@@ -182,6 +182,7 @@ void PlayerHandler::updateStatus(const uint8_t status A_UNUSED) const
}
void PlayerHandler::setShortcut(const int idx A_UNUSED,
+ const int tab A_UNUSED,
const uint8_t type A_UNUSED,
const int id A_UNUSED,
const int level A_UNUSED) const