r5565 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Jan 16 04:05:54 EST 2009


Author: div0
Date: 2009-01-16 04:05:49 -0500 (Fri, 16 Jan 2009)
New Revision: 5565

Modified:
   trunk/data/qcsrc/client/projectile.qc
Log:
give projectiles the right solid state


Modified: trunk/data/qcsrc/client/projectile.qc
===================================================================
--- trunk/data/qcsrc/client/projectile.qc	2009-01-16 08:15:23 UTC (rev 5564)
+++ trunk/data/qcsrc/client/projectile.qc	2009-01-16 09:05:49 UTC (rev 5565)
@@ -75,6 +75,7 @@
 	self.count = (f & 0xC0);
 	self.iflags = IFLAG_AUTOANGLES | IFLAG_ANGLES;
 	self.move_flags &~= FL_ONGROUND;
+	self.solid = SOLID_TRIGGER;
 
 	// sv_gameplayfix_delayprojectiles
 	if(!self.move_time)




More information about the nexuiz-commits mailing list