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 b500b537..d31d0147 100644 --- a/src/game/client/game_client.cpp +++ b/src/game/client/game_client.cpp @@ -2371,7 +2371,7 @@ void render_game() { gfx_mapscreen(0, 0, width*1.5f, height*1.5f); float startx = width*1.5f-10.0f; - float y = 10.0f; + float y = 20.0f; for(int i = 0; i < killmsg_max; i++) { |