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.cc')
-rw-r--r--src/client/console.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/console.cc b/src/client/console.cc
index fc53b09..67a6ac9 100644
--- a/src/client/console.cc
+++ b/src/client/console.cc
@@ -194,7 +194,7 @@ void flush()
// save notification
notify_text[notify_pos] = line;
- notify_time[notify_pos] = sys::time();
+ notify_time[notify_pos] = core::application()->time();
notify_pos = (notify_pos+1) % MAXNOTIFYLINES;
// print to stdout