r4042 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Aug 6 09:54:24 EDT 2008


Author: div0
Date: 2008-08-06 09:54:24 -0400 (Wed, 06 Aug 2008)
New Revision: 4042

Modified:
   trunk/data/qcsrc/server/t_jumppads.qc
Log:
okay, attach the jumppad sound to the player again


Modified: trunk/data/qcsrc/server/t_jumppads.qc
===================================================================
--- trunk/data/qcsrc/server/t_jumppads.qc	2008-08-06 13:45:55 UTC (rev 4041)
+++ trunk/data/qcsrc/server/t_jumppads.qc	2008-08-06 13:54:24 UTC (rev 4042)
@@ -131,7 +131,7 @@
 		{
 			// flash when activated
 			pointparticles(particleeffectnum("jumppad_activate"), other.origin, other.velocity, 1);
-			sound (self, CHAN_TRIGGER, self.noise, VOL_BASE, ATTN_NORM);
+			sound (other, CHAN_AUTO, self.noise, VOL_BASE, ATTN_NORM);
 			self.pushltime = time + 0.2;
 		}
 		if(clienttype(other) == CLIENTTYPE_REAL)




More information about the nexuiz-commits mailing list