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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Oct 3 12:11:01 EDT 2009


Author: div0
Date: 2009-10-03 12:11:00 -0400 (Sat, 03 Oct 2009)
New Revision: 8029

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
fix the sbar change


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2009-10-03 14:31:47 UTC (rev 8028)
+++ trunk/data/qcsrc/client/sbar.qc	2009-10-03 16:11:00 UTC (rev 8029)
@@ -2527,8 +2527,8 @@
 					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', sbar_alpha_fg, DRAWFLAG_NORMAL);
-					Sbar_DrawXNum_Colored(armor_pos, x, 24, (x+10)/55 * sbar_alpha_fg);
+					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);
+					Sbar_DrawXNum_Colored(armor_pos, x, 24, sbar_alpha_fg);
 				}
 			}
 



More information about the nexuiz-commits mailing list