From 91eda24ddc8b56c6022a4d99519f28230e6b3bbf Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 24 Feb 2008 18:41:02 +0000 Subject: fixed correction count. fixed miss-behaving server --- src/game/client/gc_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client') diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp index 8446d729..fae66cf0 100644 --- a/src/game/client/gc_client.cpp +++ b/src/game/client/gc_client.cpp @@ -1448,7 +1448,7 @@ void render_game() vec2(netobjects.local_character->x, netobjects.local_character->y)); char buf[512]; - str_format(buf, sizeof(buf), "%.2f", speed/2); + str_format(buf, sizeof(buf), "%.2f %d", speed/2, netobj_num_corrections()); gfx_text(0, 150, 50, 12, buf, -1); } -- cgit 1.4.1