1
0
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:
IntelOrca
2016-03-27 12:50:32 +01:00
parent b436ac9bc6
commit e6ca13d32c

View File

@@ -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;