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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Dec 18 17:26:29 EST 2009


Author: div0
Date: 2009-12-18 17:26:26 -0500 (Fri, 18 Dec 2009)
New Revision: 8415

Modified:
   trunk/data/qcsrc/server/race.qc
Log:
fix bug in race with toggling spec/player


Modified: trunk/data/qcsrc/server/race.qc
===================================================================
--- trunk/data/qcsrc/server/race.qc	2009-12-18 22:21:26 UTC (rev 8414)
+++ trunk/data/qcsrc/server/race.qc	2009-12-18 22:26:26 UTC (rev 8415)
@@ -755,6 +755,7 @@
 {
 	race_ClearTime(self);
 	self.race_place = 0;
+	self.race_started = 0;
 }
 
 void race_RetractPlayer()



More information about the nexuiz-commits mailing list