r4933 - in branches/nexuiz-2.0: . data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Oct 29 04:45:51 EDT 2008


Author: div0
Date: 2008-10-29 04:45:41 -0400 (Wed, 29 Oct 2008)
New Revision: 4933

Modified:
   branches/nexuiz-2.0/.patchsets
   branches/nexuiz-2.0/data/qcsrc/server/w_seeker.qc
Log:
r4932 | div0 | 2008-10-29 08:46:55 +0100 (Wed, 29 Oct 2008) | 2 lines
seeker fix


Modified: branches/nexuiz-2.0/.patchsets
===================================================================
--- branches/nexuiz-2.0/.patchsets	2008-10-29 07:46:55 UTC (rev 4932)
+++ branches/nexuiz-2.0/.patchsets	2008-10-29 08:45:41 UTC (rev 4933)
@@ -1,2 +1,2 @@
 master = svn://svn.icculus.org/nexuiz/trunk
-revisions_applied = 1-4929
+revisions_applied = 1-4929,4932-4932

Modified: branches/nexuiz-2.0/data/qcsrc/server/w_seeker.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/w_seeker.qc	2008-10-29 07:46:55 UTC (rev 4932)
+++ branches/nexuiz-2.0/data/qcsrc/server/w_seeker.qc	2008-10-29 08:45:41 UTC (rev 4933)
@@ -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