r4928 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Oct 28 15:38:29 EDT 2008


Author: div0
Date: 2008-10-28 15:38:28 -0400 (Tue, 28 Oct 2008)
New Revision: 4928

Modified:
   trunk/data/qcsrc/server/w_seeker.qc
Log:
small seeker bug


Modified: trunk/data/qcsrc/server/w_seeker.qc
===================================================================
--- trunk/data/qcsrc/server/w_seeker.qc	2008-10-28 14:48:04 UTC (rev 4927)
+++ trunk/data/qcsrc/server/w_seeker.qc	2008-10-28 19:38:28 UTC (rev 4928)
@@ -302,7 +302,7 @@
     self.event_damage = SUB_Null;
     sound (self, CHAN_PROJECTILE, "weapons/laserimpact.wav", 1, ATTN_NORM);
 
-    if (other.takedamage && other.deadflag == DEAD_NO)
+    if (other.takedamage != DAMAGE_AIM && other.deadflag == DEAD_NO)
     {
         entity e;
         e           = spawn();




More information about the nexuiz-commits mailing list