r5776 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Feb 6 04:13:49 EST 2009


Author: div0
Date: 2009-02-06 04:13:41 -0500 (Fri, 06 Feb 2009)
New Revision: 5776

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


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2009-02-06 09:13:03 UTC (rev 5775)
+++ trunk/data/qcsrc/client/sbar.qc	2009-02-06 09:13:41 UTC (rev 5776)
@@ -1516,7 +1516,7 @@
 	float i, j, n, hcount;
 	string s;
 
-	centerprint_fontsize = Sbar_GetFontSize("scr_centersize");
+	centerprint_fontsize = Sbar_GetFontsize("scr_centersize");
 	
 	// delete old centerprint messages
 	for (i=0; i<centerprint_num; ++i)




More information about the nexuiz-commits mailing list