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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Dec 21 07:35:36 EST 2009


Author: div0
Date: 2009-12-21 07:35:36 -0500 (Mon, 21 Dec 2009)
New Revision: 8444

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
add missing variable


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2009-12-21 12:30:57 UTC (rev 8443)
+++ trunk/data/qcsrc/client/sbar.qc	2009-12-21 12:35:36 UTC (rev 8444)
@@ -694,7 +694,7 @@
 string Sbar_GetField(entity pl, float field)
 {
 	float tmp, num, denom, f;
-	string str;
+	string str, str2;
 	sbar_field_rgb = '1 1 1';
 	sbar_field_icon0 = "";
 	sbar_field_icon1 = "";



More information about the nexuiz-commits mailing list