[nexuiz-commits] r8018 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Oct 3 07:19:59 EDT 2009


Author: div0
Date: 2009-10-03 07:19:58 -0400 (Sat, 03 Oct 2009)
New Revision: 8018

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
do not alpha out the number of the armor display


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2009-10-03 11:17:14 UTC (rev 8017)
+++ trunk/data/qcsrc/client/sbar.qc	2009-10-03 11:19:58 UTC (rev 8018)
@@ -2527,7 +2527,7 @@
 					Sbar_DrawXNum_Colored(armor_pos, x, 24, sbar_alpha_fg);
 				}
 				else {
-					drawpic(armor_pos + '78 -4.5 0', "gfx/hud/sb_armor", '32 32 0', '1 1 1', (x+10)/55 * sbar_alpha_fg, DRAWFLAG_NORMAL);
+					drawpic(armor_pos + '78 -4.5 0', "gfx/hud/sb_armor", '32 32 0', '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);
 					Sbar_DrawXNum_Colored(armor_pos, x, 24, (x+10)/55 * sbar_alpha_fg);
 				}
 			}



More information about the nexuiz-commits mailing list