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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Aug 18 02:11:05 EDT 2009


Author: div0
Date: 2009-08-18 02:11:04 -0400 (Tue, 18 Aug 2009)
New Revision: 7459

Modified:
   trunk/data/qcsrc/server/t_items.qc
Log:
item waypointsprites: mark them as hideable, as they do not move (sure, this puts people who hide waypoints at a disadvantage, but so does the intended hiding of CTF bases too, as a hidden base cannot report its status via radar)


Modified: trunk/data/qcsrc/server/t_items.qc
===================================================================
--- trunk/data/qcsrc/server/t_items.qc	2009-08-17 17:04:53 UTC (rev 7458)
+++ trunk/data/qcsrc/server/t_items.qc	2009-08-18 06:11:04 UTC (rev 7459)
@@ -98,7 +98,7 @@
 			}
 			if(name)
 			{
-				WaypointSprite_Spawn(name, 0, 0, self, '0 0 64', world, 0, self, waypointsprite_attached, FALSE);
+				WaypointSprite_Spawn(name, 0, 0, self, '0 0 64', world, 0, self, waypointsprite_attached, TRUE);
 				if(self.waypointsprite_attached)
 				{
 					WaypointSprite_UpdateTeamRadar(self.waypointsprite_attached, RADARICON_POWERUP, rgb);



More information about the nexuiz-commits mailing list