Module dpmod: Change committed

havoc at icculus.org havoc at icculus.org
Thu Feb 13 21:41:21 EST 2003


Commiter   : havoc
CVSROOT    : /cvs/cvsroot/twilight
Module     : dpmod
Commit time: 2003-02-14 02:41:21 UTC

Log message:

no teleport splash for item respawns

Modified files:
     qc/itemstuff.qc

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

Index: dpmod/qc/itemstuff.qc
diff -u dpmod/qc/itemstuff.qc:1.1.1.1 dpmod/qc/itemstuff.qc:1.2
--- dpmod/qc/itemstuff.qc:1.1.1.1	Thu Sep 19 15:07:33 2002
+++ dpmod/qc/itemstuff.qc	Thu Feb 13 21:41:11 2003
@@ -16,7 +16,7 @@
 		self.solid = SOLID_BBOX;
 	}
 
-	te_teleport(self.origin);
+	//te_teleport(self.origin);
 };
 
 


More information about the twilight-commits mailing list