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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Jul 8 14:48:07 EDT 2009


Author: div0
Date: 2009-07-08 14:48:06 -0400 (Wed, 08 Jul 2009)
New Revision: 7169

Modified:
   trunk/data/qcsrc/server/mode_onslaught.qc
Log:
minor ons sprite fix


Modified: trunk/data/qcsrc/server/mode_onslaught.qc
===================================================================
--- trunk/data/qcsrc/server/mode_onslaught.qc	2009-07-08 18:41:21 UTC (rev 7168)
+++ trunk/data/qcsrc/server/mode_onslaught.qc	2009-07-08 18:48:06 UTC (rev 7169)
@@ -868,7 +868,7 @@
 		}
 		WaypointSprite_Ping(e.sprite);
 
-		if(e.goalentity) // don't mess up build bars!
+		if(e.iscaptured) // don't mess up build bars!
 		{
 			if(sh)
 			{



More information about the nexuiz-commits mailing list