r4932 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Oct 29 03:46:56 EDT 2008


Author: div0
Date: 2008-10-29 03:46:55 -0400 (Wed, 29 Oct 2008)
New Revision: 4932

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


Modified: trunk/data/qcsrc/server/w_seeker.qc
===================================================================
--- trunk/data/qcsrc/server/w_seeker.qc	2008-10-29 06:21:55 UTC (rev 4931)
+++ trunk/data/qcsrc/server/w_seeker.qc	2008-10-29 07:46:55 UTC (rev 4932)
@@ -302,7 +302,7 @@
     self.event_damage = SUB_Null;
     sound (self, CHAN_PROJECTILE, "weapons/laserimpact.wav", 1, ATTN_NORM);
 
-    if (other.takedamage != DAMAGE_AIM && 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