Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/input.cc')
-rw-r--r--src/client/input.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/input.cc b/src/client/input.cc
index 22db6bc..d594dbf 100644
--- a/src/client/input.cc
+++ b/src/client/input.cc
@@ -241,8 +241,10 @@ void frame(float seconds)
//last_control = 0;
console()->toggle();
+ /*
if (console()->visible() && chat::visible())
chat::toggle();
+ */
} else if (console()->visible()) {
// send key events to the console
console()->keypressed(translate_keysym(event.key.keysym));