[nexuiz-commits] r6243 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Mar 21 16:47:35 EDT 2009


Author: div0
Date: 2009-03-21 16:47:35 -0400 (Sat, 21 Mar 2009)
New Revision: 6243

Modified:
   trunk/data/qcsrc/server/miscfunctions.qc
Log:
make gettaginfo_relative_ent invisible :(


Modified: trunk/data/qcsrc/server/miscfunctions.qc
===================================================================
--- trunk/data/qcsrc/server/miscfunctions.qc	2009-03-21 14:08:50 UTC (rev 6242)
+++ trunk/data/qcsrc/server/miscfunctions.qc	2009-03-21 20:47:35 UTC (rev 6243)
@@ -2120,7 +2120,10 @@
 vector gettaginfo_relative(entity e, float tag)
 {
 	if(!gettaginfo_relative_ent)
+	{
 		gettaginfo_relative_ent = spawn();
+		gettaginfo_relative_ent.effects = EF_NODRAW;
+	}
 	gettaginfo_relative_ent.model = e.model;
 	gettaginfo_relative_ent.modelindex = e.modelindex;
 	gettaginfo_relative_ent.frame = e.frame;



More information about the nexuiz-commits mailing list