[nexuiz-commits] r6915 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jun 8 07:12:50 EDT 2009


Author: div0
Date: 2009-06-08 07:12:46 -0400 (Mon, 08 Jun 2009)
New Revision: 6915

Modified:
   trunk/data/qcsrc/server/w_tuba.qc
Log:
make tuba tuning depend on colormap, not player#


Modified: trunk/data/qcsrc/server/w_tuba.qc
===================================================================
--- trunk/data/qcsrc/server/w_tuba.qc	2009-06-08 10:27:06 UTC (rev 6914)
+++ trunk/data/qcsrc/server/w_tuba.qc	2009-06-08 11:12:46 UTC (rev 6915)
@@ -47,7 +47,7 @@
 	}
 	else
 	{
-		if(mod(num_for_edict(pl), 2) == 0)
+		if(pl.colormap & 1)
 			note += 3;
 	}
 	



More information about the nexuiz-commits mailing list