From: fgsfds Date: Fri, 12 Apr 2019 12:15:11 +0000 (+0300) Subject: need that shit in chat input as well X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=103fc3e7b8ce086896ec2399a823fc18a0d08c68 need that shit in chat input as well --- diff --git a/src/game/g_window.pas b/src/game/g_window.pas index 95e2c4d..82107dc 100644 --- a/src/game/g_window.pas +++ b/src/game/g_window.pas @@ -515,7 +515,7 @@ begin e_KeyUpDown(key, down); g_Console_ProcessBind(key, down); end - else if gConsoleShow or (g_ActiveWindow <> nil) then + else if gConsoleShow or gChatShow or (g_ActiveWindow <> nil) then begin // key repeat in menus and shit KeyPress(key);