From 6987e6d55609630abaedfa09b1c807ec27c6a50f Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Wed, 19 Dec 2007 21:07:14 +0000 Subject: tweaked blue chat text --- src/game/client/gc_client.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/client/gc_client.cpp') diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp index a9e5c75d..5c93bc3b 100644 --- a/src/game/client/gc_client.cpp +++ b/src/game/client/gc_client.cpp @@ -2802,9 +2802,9 @@ void render_game() else if(chat_lines[r].team) gfx_pretty_text_color(0.5f,1,0.5f,1); // team message else if(chat_lines[r].name_color == 0) - gfx_pretty_text_color(1.0f,0.5f,0.5f,1); // + gfx_pretty_text_color(1.0f,0.5f,0.5f,1); // red else if(chat_lines[r].name_color == 1) - gfx_pretty_text_color(0.5f,0.5f,1.0f,1); // + gfx_pretty_text_color(0.7f,0.7f,1.0f,1); // blue // render line int lines = int(gfx_pretty_text_width(10, chat_lines[r].text, -1)) / 300 + 1; -- cgit 1.4.1