From 754e3d2b6116368fa687034a0d4f09d424ef1abc Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 23 Mar 2008 15:19:58 +0000 Subject: reduced the fontsize on the killmsgs --- src/game/client/gc_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp index f42aa9de..4fe312c5 100644 --- a/src/game/client/gc_client.cpp +++ b/src/game/client/gc_client.cpp @@ -1175,7 +1175,7 @@ void render_game() if(client_tick() > killmsgs[r].tick+50*10) continue; - float font_size = 48.0f; + float font_size = 36.0f; float killername_w = gfx_text_width(0, font_size, client_datas[killmsgs[r].killer].name, -1); float victimname_w = gfx_text_width(0, font_size, client_datas[killmsgs[r].victim].name, -1); -- cgit 1.4.1