mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-22 23:33:04 +01:00
Fix display of chat shortcut on network games (#5593)
This commit is contained in:
@@ -23,6 +23,7 @@ namespace OpenRCT2 { namespace Ui
|
||||
rct_window * OpenWindow(rct_windowclass wc) override { return nullptr; }
|
||||
void HandleKeyboardShortcut(sint32 key) override { }
|
||||
void GetKeyboardMapScroll(const uint8 * keysState, sint32 * x, sint32 * y) override { }
|
||||
std::string GetKeyboardShortcutString(sint32 shortcut) override { return std::string(); }
|
||||
};
|
||||
|
||||
IWindowManager * CreateDummyWindowManager()
|
||||
|
||||
Reference in New Issue
Block a user