Module dpmod: Change committed

havoc at icculus.org havoc at icculus.org
Thu Feb 20 03:47:18 EST 2003


Commiter   : havoc
CVSROOT    : /cvs/cvsroot/twilight
Module     : dpmod
Commit time: 2003-02-20 08:47:18 UTC

Log message:

unnecessary enemy_vis check

Modified files:
     qc/m_shambler.qc

------=MIME.d2228891fd0de503b1345c450a0d3b02
Content-Type: text/plain; name="dpmod.20030220.084718.havoc.diff"
Content-Disposition: attachment; filename="dpmod.20030220.084718.havoc.diff"
Content-Transfer-Encoding: 8bit

Index: dpmod/qc/m_shambler.qc
diff -u dpmod/qc/m_shambler.qc:1.1.1.1 dpmod/qc/m_shambler.qc:1.2
--- dpmod/qc/m_shambler.qc:1.1.1.1	Thu Sep 19 15:07:27 2002
+++ dpmod/qc/m_shambler.qc	Thu Feb 20 03:47:08 2003
@@ -108,9 +108,6 @@
 	if (time < self.attack_finished)
 		return FALSE;
 
-	if (!enemy_vis)
-		return FALSE;
-
 	targ = self.enemy;
 
 // see if any entities are in the way of the shot


More information about the twilight-commits mailing list