[nexuiz-commits] r7149 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Jul 7 01:06:03 EDT 2009


Author: div0
Date: 2009-07-07 01:05:57 -0400 (Tue, 07 Jul 2009)
New Revision: 7149

Modified:
   trunk/data/qcsrc/client/waypointsprites.qc
Log:
fix minor WPS bug preventing build bars from getting removed properly


Modified: trunk/data/qcsrc/client/waypointsprites.qc
===================================================================
--- trunk/data/qcsrc/client/waypointsprites.qc	2009-07-06 07:26:46 UTC (rev 7148)
+++ trunk/data/qcsrc/client/waypointsprites.qc	2009-07-07 05:05:57 UTC (rev 7149)
@@ -308,7 +308,10 @@
 		}
 	}
 	else
+	{
 		self.health = -1;
+		self.build_finished = 0;
+	}
 
 	if(sendflags & 64)
 	{



More information about the nexuiz-commits mailing list