r3808 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Jul 10 04:11:15 EDT 2008


Author: div0
Date: 2008-07-10 04:11:06 -0400 (Thu, 10 Jul 2008)
New Revision: 3808

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
oops


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2008-07-10 07:37:54 UTC (rev 3807)
+++ trunk/data/qcsrc/client/sbar.qc	2008-07-10 08:11:06 UTC (rev 3808)
@@ -454,11 +454,9 @@
 				if(sbar_field[i+1] == SBF_SEPARATOR)
 				{
 					realsize = (xmax - xmin) / sbar_fontsize_x;
-					print("remaining size: ", ftos(realsize), "\n");
 					for(j = 0; j < sbar_num_fields; ++j) if(j != i) if(sbar_field[j] != SBF_SEPARATOR)
 						realsize -= sbar_size[j] + 1;
 					realsize += 1;
-					print("remaining size: ", ftos(realsize), "\n");
 				}
 			str = textShortenToWidth(str, realsize, TRUE);
 		}




More information about the nexuiz-commits mailing list