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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Oct 3 06:08:27 EDT 2009


Author: div0
Date: 2009-10-03 06:08:26 -0400 (Sat, 03 Oct 2009)
New Revision: 8012

Modified:
   trunk/data/qcsrc/server/scores.qc
Log:
remove a never-called line of code


Modified: trunk/data/qcsrc/server/scores.qc
===================================================================
--- trunk/data/qcsrc/server/scores.qc	2009-10-03 09:46:14 UTC (rev 8011)
+++ trunk/data/qcsrc/server/scores.qc	2009-10-03 10:08:26 UTC (rev 8012)
@@ -460,9 +460,6 @@
 		WinningConditionHelper_secondteam = -1; // no teamplay
 	}
 
-	if(teamscores_flags_primary & SFL_TIME)
-		WinningConditionHelper_topscore /= 10;
-
 	if(WinningConditionHelper_topscore == 0)
 	{
 		if(scores_flags_primary & SFL_ZERO_IS_WORST)



More information about the nexuiz-commits mailing list