about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-17 02:00:45 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-17 02:00:45 +0000
commitf62a215b706832c77c1e37e803558623b015e76b (patch)
tree2a7afb6346f0f53e59c1f6af60069df5cb7591a1 /src
parent57204ecd9dbe6dd8ada4cc2be1cc63150e99f5c5 (diff)
downloadzcatch-f62a215b706832c77c1e37e803558623b015e76b.tar.gz
zcatch-f62a215b706832c77c1e37e803558623b015e76b.zip
fixed the centering of the score on the miniscore board
Diffstat (limited to 'src')
-rw-r--r--src/game/client/gc_client.cpp2
1 files changed, 1 insertions, 1 deletions
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);
 			}
 		}