From a255dbc032d15a4f5024bc60baa19c45ebceecc6 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 9 Feb 2011 16:01:17 +0000 Subject: 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. --- src/client/infowidget.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/infowidget.cc') 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'; -- cgit v1.2.3