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>2011-02-09 16:01:17 +0000
committerStijn Buys <ingar@osirion.org>2011-02-09 16:01:17 +0000
commita255dbc032d15a4f5024bc60baa19c45ebceecc6 (patch)
treeca5517aae243957b824767169674248c70f7b1d3 /src/client/infowidget.cc
parent38eb51c26ab0d9dbebc974c7a21f96a429ce3098 (diff)
added sv_collisionmargin Cvar and applied the value to mesh collisions,
added seconds parameter to sys::get_datetime(), added con_timestamps Cvar, enabled console timestamps on the dedicated server by default.
Diffstat (limited to 'src/client/infowidget.cc')
-rw-r--r--src/client/infowidget.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/infowidget.cc b/src/client/infowidget.cc
index 393734c..ed118a8 100644
--- a/src/client/infowidget.cc
+++ b/src/client/infowidget.cc
@@ -47,11 +47,11 @@ void DevInfoWidget::draw()
std::ostringstream textstream;
const core::Entity *target = targets::current();
- textstream << "^Ncore ^B";
+ textstream << "^Nuptime ^B";
time_to_stream(textstream, core::application()->time());
textstream << '\n';
if (core::game()) {
- textstream << "^Ntime ^B";
+ textstream << "^Ntime ^B";
time_to_stream(textstream, core::game()->time());
}
textstream << '\n';