From d359446925fbf50730890bb14a2ee90657a227f7 Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 23 Jun 2011 07:21:55 +0000 Subject: [PATCH] draw weapons on sbar at full opacity like they are in mission packs git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11212 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=8b5a5ec0447c1e5062781142501e1b818fad5eb9 --- sbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbar.c b/sbar.c index 28d7f604..80c6330f 100644 --- a/sbar.c +++ b/sbar.c @@ -812,7 +812,7 @@ void Sbar_DrawInventory (void) else flashon = (flashon%5) + 2; - Sbar_DrawAlphaPic (i*24, -16, sb_weapons[flashon][i], sbar_alpha_bg.value); + Sbar_DrawPic (i*24, -16, sb_weapons[flashon][i]); } } -- 2.39.2