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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Dec 21 07:48:47 EST 2009


Author: div0
Date: 2009-12-21 07:48:47 -0500 (Mon, 21 Dec 2009)
New Revision: 8445

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
improve movement packet loss showing


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2009-12-21 12:35:36 UTC (rev 8444)
+++ trunk/data/qcsrc/client/sbar.qc	2009-12-21 12:48:47 UTC (rev 8445)
@@ -726,7 +726,7 @@
 				return "";
 			tmp = bound(0, stof(str) / 20 + stof(str2) / 4, 1); // 20% is REALLY BAD pl
 			if not(str2 == "0" || str2 == "")
-				str = strcat(str, "*", str2);
+				str = strcat(str, "~", str2);
 			sbar_field_rgb = '1 0.5 0.5' - '0 0.5 0.5'*tmp;
 			return str;
 



More information about the nexuiz-commits mailing list