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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Aug 11 10:49:25 EDT 2009


Author: tzork
Date: 2009-08-11 10:49:25 -0400 (Tue, 11 Aug 2009)
New Revision: 7425

Modified:
   trunk/data/qcsrc/client/miscfunctions.qc
Log:
Patches #434 from terencehill

Modified: trunk/data/qcsrc/client/miscfunctions.qc
===================================================================
--- trunk/data/qcsrc/client/miscfunctions.qc	2009-08-11 14:47:24 UTC (rev 7424)
+++ trunk/data/qcsrc/client/miscfunctions.qc	2009-08-11 14:49:25 UTC (rev 7425)
@@ -208,7 +208,7 @@
 float Sbar_GetWidth(float teamcolumnwidth)
 {
 	float f;
-	f = stof(cvar_string("sbar_width"));
+	f = cvar("sbar_width");
 	if(f == 0)
 		f = 640;
 	if(f < 320)



More information about the nexuiz-commits mailing list