mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
fix #3181: key shortcuts work on multiplayer chat
This commit is contained in:
@@ -1653,6 +1653,7 @@ void game_handle_key_scroll()
|
||||
|
||||
textWindow = window_find_by_class(WC_TEXTINPUT);
|
||||
if (textWindow || gUsingWidgetTextBox) return;
|
||||
if (gChatOpen) return;
|
||||
|
||||
scrollX = 0;
|
||||
scrollY = 0;
|
||||
|
||||
Reference in New Issue
Block a user