From 51710edd8e8869a8233e7b8c4204e6b2e3fcbe42 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 18 Nov 2007 23:33:27 +0000 Subject: tweaked it abit --- src/game/client/game_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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++) { -- cgit 1.4.1