r5334 - trunk/data/qcsrc/common

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Dec 28 14:52:15 EST 2008


Author: div0
Date: 2008-12-28 14:52:15 -0500 (Sun, 28 Dec 2008)
New Revision: 5334

Modified:
   trunk/data/qcsrc/common/gamecommand.qc
Log:
more brlogen


Modified: trunk/data/qcsrc/common/gamecommand.qc
===================================================================
--- trunk/data/qcsrc/common/gamecommand.qc	2008-12-28 19:48:19 UTC (rev 5333)
+++ trunk/data/qcsrc/common/gamecommand.qc	2008-12-28 19:52:15 UTC (rev 5334)
@@ -148,7 +148,7 @@
 		s2 = "";
 		n = strlen(s);
 		
-		j = random() * 0.3 + 0.2;
+		j = random() * 0.2 + 0.1;
 		f = random() * 6;
 
 		for(i = 0; i < n; ++i)




More information about the nexuiz-commits mailing list