Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-10-21 19:00:39 +0000
committerStijn Buys <ingar@osirion.org>2008-10-21 19:00:39 +0000
commitd79c0223315beaf55fcd10d6891675c4d57b5e2b (patch)
tree3ea902634192dfcffa21a4e7a8cd28da714f0daa /src/client/chat.cc
parent9f2e49593639a9f1f3e5f4f7b690ff364afefd56 (diff)
moved client console into libui
Diffstat (limited to 'src/client/chat.cc')
-rw-r--r--src/client/chat.cc2
1 files changed, 1 insertions, 1 deletions
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()) {