From 1a08dac1bbfe945a7dcef3d3e2179c6c9723571a Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 26 Nov 2007 21:00:52 +0000 Subject: made the mini scorehud more transparent --- src/game/client/game_client.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/client/game_client.cpp') diff --git a/src/game/client/game_client.cpp b/src/game/client/game_client.cpp index 8c2ff777..2651bfc3 100644 --- a/src/game/client/game_client.cpp +++ b/src/game/client/game_client.cpp @@ -2530,9 +2530,9 @@ void render_game() gfx_texture_set(-1); gfx_quads_begin(); if(t == 0) - gfx_setcolor(1,0,0,0.5f); + gfx_setcolor(1,0,0,0.25f); else - gfx_setcolor(0,0,1,0.5f); + gfx_setcolor(0,0,1,0.25f); draw_round_rect(400-40, 300-40-15+t*20, 50, 18, 5.0f); gfx_quads_end(); -- cgit 1.4.1