From e6ca13d32cb03887f8fc28d6a488883f493871d3 Mon Sep 17 00:00:00 2001 From: IntelOrca Date: Sun, 27 Mar 2016 12:50:32 +0100 Subject: [PATCH] fix #3181: key shortcuts work on multiplayer chat --- src/input.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/input.c b/src/input.c index b35501d792..e34c8f84ae 100644 --- a/src/input.c +++ b/src/input.c @@ -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;