From b08fdf2fb29f2e6a5383271da498e74c57e41694 Mon Sep 17 00:00:00 2001 From: oy Date: Wed, 29 Sep 2010 19:55:33 +0200 Subject: fixed initialisation message. Closes #194 --- src/game/client/gameclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/gameclient.cpp') diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp index fcdafeaf..11841e5b 100644 --- a/src/game/client/gameclient.cpp +++ b/src/game/client/gameclient.cpp @@ -290,7 +290,7 @@ void CGameClient::OnInit() int64 End = time_get(); char aBuf[256]; - str_format(aBuf, sizeof(aBuf), "initialisation finished after %f.2ms", ((End-Start)*1000)/(float)time_freq()); + str_format(aBuf, sizeof(aBuf), "initialisation finished after %.2fms", ((End-Start)*1000)/(float)time_freq()); Console()->Print(IConsole::OUTPUT_LEVEL_DEBUG, "gameclient", aBuf); m_ServerMode = SERVERMODE_PURE; -- cgit 1.4.1