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/console.h')
-rw-r--r--src/client/console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/console.h b/src/client/console.h
index 05d62ad..e280e9d 100644
--- a/src/client/console.h
+++ b/src/client/console.h
@@ -27,7 +27,7 @@ public:
void clear_notify();
/// draw client notifications or console text
- void draw();
+ void draw(bool draw_ui_notifications);
/// toggle the console on or off
void toggle();