DEADSOFTWARE

need that shit in chat input as well
[d2df-sdl.git] / 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);