From d79c0223315beaf55fcd10d6891675c4d57b5e2b Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 21 Oct 2008 19:00:39 +0000 Subject: moved client console into libui --- src/client/chat.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/chat.cc') diff --git a/src/client/chat.cc b/src/client/chat.cc index c829990..dc66a1b 100644 --- a/src/client/chat.cc +++ b/src/client/chat.cc @@ -150,7 +150,7 @@ bool Chat::on_keypress(const int key, const unsigned int modifier) void Chat::event_draw() { - if (client()->console()->visible()) + if (ui::console()->visible()) return; if (!core::application()->connected()) { -- cgit v1.2.3