From 8d45578fcda02132d24af6065b8cf3b48a37c49c Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 6 Aug 2008 20:24:28 +0000 Subject: smaller target_center selection cone, don't draw notification when draw_ui is disabled --- src/client/console.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/console.cc') diff --git a/src/client/console.cc b/src/client/console.cc index 9678fa7..bc99bfd 100644 --- a/src/client/console.cc +++ b/src/client/console.cc @@ -68,11 +68,11 @@ void Console::clear() } -void Console::draw() { +void Console::draw(bool draw_ui_notifications) { flush(); if (visible()) draw_console(); - else + else if (draw_ui_notifications) draw_notify(); } -- cgit v1.2.3