diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-26 20:44:06 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-26 20:44:06 +0000 |
| commit | 8cff53e9d5a525397fb27414665996e3db3e5f09 (patch) | |
| tree | be3904616907a9aeb42eaa66d5e959fdcb43bca3 /src/game/client | |
| parent | 8e5abb058e5a00068c286626f7eca5eb9bcb63dc (diff) | |
| download | zcatch-8cff53e9d5a525397fb27414665996e3db3e5f09.tar.gz zcatch-8cff53e9d5a525397fb27414665996e3db3e5f09.zip | |
recentered the scoreboard
Diffstat (limited to 'src/game/client')
| -rw-r--r-- | src/game/client/game_client.cpp | 2 |
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(); |