From 653431655169659331999f4f2d63aa05cfcf3134 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 26 Jun 2019 22:37:08 +0300 Subject: Update packet CMSG_SHORTCUTS_ROW_SHIFT --- 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 ed165d044..e172b5096 100644 --- a/src/net/tmwa/playerhandler.cpp +++ b/src/net/tmwa/playerhandler.cpp @@ -204,7 +204,8 @@ void PlayerHandler::revive() const { } -void PlayerHandler::shortcutShiftRow(const int row A_UNUSED) const +void PlayerHandler::shortcutShiftRow(const int row A_UNUSED, + const int tab A_UNUSED) const { } 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; -- cgit v1.2.3-60-g2f50