From f62a215b706832c77c1e37e803558623b015e76b Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 17 Mar 2008 02:00:45 +0000 Subject: fixed the centering of the score on the miniscore board --- src/game/client/gc_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game') diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp index 29582f2e..03211e2c 100644 --- a/src/game/client/gc_client.cpp +++ b/src/game/client/gc_client.cpp @@ -1322,7 +1322,7 @@ void render_game() } } else - gfx_text(0, whole-20-w/2, 300-40-15+t*20+2, 14, buf, -1); + gfx_text(0, whole-20-w/2, 300-40-15+t*20, 14, buf, -1); } } -- cgit 1.4.1