DEADSOFTWARE

need that shit in chat input as well
authorfgsfds <pvt.fgsfds@gmail.com>
Fri, 12 Apr 2019 12:15:11 +0000 (15:15 +0300)
committerfgsfds <pvt.fgsfds@gmail.com>
Fri, 12 Apr 2019 12:15:11 +0000 (15:15 +0300)
src/game/g_window.pas

index 95e2c4ddc0844d228cde4ed1397c4bc6cc38c6c2..82107dca143b952159ffcb3c89540a03803e5633 100644 (file)
@@ -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);