summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 04f1e58)
raw | patch | inline | side by side (parent: 04f1e58)
author | fgsfds <pvt.fgsfds@gmail.com> | |
Fri, 12 Apr 2019 12:15:11 +0000 (15:15 +0300) | ||
committer | fgsfds <pvt.fgsfds@gmail.com> | |
Fri, 12 Apr 2019 12:15:11 +0000 (15:15 +0300) |
src/game/g_window.pas | patch | blob | history |
diff --git a/src/game/g_window.pas b/src/game/g_window.pas
index 95e2c4ddc0844d228cde4ed1397c4bc6cc38c6c2..82107dca143b952159ffcb3c89540a03803e5633 100644 (file)
--- a/src/game/g_window.pas
+++ b/src/game/g_window.pas
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);