From 8cff53e9d5a525397fb27414665996e3db3e5f09 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Thu, 26 Jul 2007 20:44:06 +0000 Subject: recentered the scoreboard --- src/game/client/game_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client') 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(); -- cgit 1.4.1