about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-07-26 20:44:06 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-07-26 20:44:06 +0000
commit8cff53e9d5a525397fb27414665996e3db3e5f09 (patch)
treebe3904616907a9aeb42eaa66d5e959fdcb43bca3 /src/game
parent8e5abb058e5a00068c286626f7eca5eb9bcb63dc (diff)
downloadzcatch-8cff53e9d5a525397fb27414665996e3db3e5f09.tar.gz
zcatch-8cff53e9d5a525397fb27414665996e3db3e5f09.zip
recentered the scoreboard
Diffstat (limited to 'src/game')
-rw-r--r--src/game/client/game_client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/game_client.cpp b/src/game/client/game_client.cpp
index cd8b6988..dcd1b191 100644
--- a/src/game/client/game_client.cpp
+++ b/src/game/client/game_client.cpp
@@ -1626,7 +1626,7 @@ void modc_render()
 			// Normal deathmatch
 
 			float w = 550.0f;
-			float x = width/2-w/2+100.0f;
+			float x = width/2-w/2;
 			float y = 150.0f;
 
 			gfx_blend_normal();