Module dpmod: Change committed

havoc at icculus.org havoc at icculus.org
Thu Feb 20 03:49:19 EST 2003


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

Log message:

unnecessary enemy_vis check

Modified files:
     qc/m_ogre.qc

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

Index: dpmod/qc/m_ogre.qc
diff -u dpmod/qc/m_ogre.qc:1.1.1.1 dpmod/qc/m_ogre.qc:1.2
--- dpmod/qc/m_ogre.qc:1.1.1.1	Thu Sep 19 15:07:57 2002
+++ dpmod/qc/m_ogre.qc	Thu Feb 20 03:49:09 2003
@@ -75,9 +75,6 @@
 	if (time < self.attack_finished)
 		return FALSE;
 
-	if (!enemy_vis)
-		return FALSE;
-
 	// don't fire when out of ammo
 	if (self.ammo_rockets < 1 && self.ammo_nails < 1)
 		return FALSE;


More information about the twilight-commits mailing list