r5341 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Dec 29 04:24:40 EST 2008


Author: div0
Date: 2008-12-29 04:24:24 -0500 (Mon, 29 Dec 2008)
New Revision: 5341

Modified:
   trunk/data/qcsrc/server/waypointsprites.qc
Log:
oops, make WPs nodepthtest again


Modified: trunk/data/qcsrc/server/waypointsprites.qc
===================================================================
--- trunk/data/qcsrc/server/waypointsprites.qc	2008-12-29 09:19:56 UTC (rev 5340)
+++ trunk/data/qcsrc/server/waypointsprites.qc	2008-12-29 09:24:24 UTC (rev 5341)
@@ -242,7 +242,7 @@
 	wp.max_health = maxdistance;
 	wp.think = WaypointSprite_Think;
 	wp.nextthink = time;
-	//wp.effects = EF_NODEPTHTEST | EF_LOWPRECISION;
+	wp.effects = EF_NODEPTHTEST | EF_LOWPRECISION;
 	wp.model1 = spr;
 	setmodel(wp, "null");
 	wp.SendEntity = WaypointSprite_SendEntity;




More information about the nexuiz-commits mailing list