diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-06-26 22:37:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-06-26 22:37:08 +0300 |
commit | 653431655169659331999f4f2d63aa05cfcf3134 (patch) | |
tree | 64be2e53c95adc1935bcce44154134270d007c90 /src/net/tmwa/playerhandler.h | |
parent | 888c5621cfe3a646f1f21290d3c5cd027eeba0a9 (diff) | |
download | plus-653431655169659331999f4f2d63aa05cfcf3134.tar.gz plus-653431655169659331999f4f2d63aa05cfcf3134.tar.bz2 plus-653431655169659331999f4f2d63aa05cfcf3134.tar.xz plus-653431655169659331999f4f2d63aa05cfcf3134.zip |
Update packet CMSG_SHORTCUTS_ROW_SHIFT
Diffstat (limited to 'src/net/tmwa/playerhandler.h')
-rw-r--r-- | src/net/tmwa/playerhandler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/tmwa/playerhandler.h b/src/net/tmwa/playerhandler.h index d9edaa2bd..194faaa9d 100644 --- a/src/net/tmwa/playerhandler.h +++ b/src/net/tmwa/playerhandler.h @@ -62,7 +62,8 @@ class PlayerHandler final : public Ea::PlayerHandler const int id, const int level) const override final; - void shortcutShiftRow(const int row) const override final; + void shortcutShiftRow(const int row, + const int tab) const override final; void removeOption() const override final; |