diff options
Diffstat (limited to 'src/game')
| -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(); |