r5897 - trunk/data/qcsrc/server

esteel at icculus.org esteel at icculus.org
Thu Feb 19 12:37:33 EST 2009


Author: esteel
Date: 2009-02-19 12:37:32 -0500 (Thu, 19 Feb 2009)
New Revision: 5897

Modified:
   trunk/data/qcsrc/server/g_world.qc
Log:
obey fteqcc

Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2009-02-19 17:28:58 UTC (rev 5896)
+++ trunk/data/qcsrc/server/g_world.qc	2009-02-19 17:37:32 UTC (rev 5897)
@@ -1344,7 +1344,7 @@
 	//   again, if at the point at which timelimit would be extended again, still no winner was found
 	if ((checkrules_overtimesadded < cvar("timelimit_overtimes")) && cvar("timelimit_overtime") && (checkrules_status == WINNING_NEVER)) 
 	{
-		checkrules_overtimesadded++;
+		++checkrules_overtimesadded;
 		//add one more overtime by simply extending the timelimit
 		float tl;
 		tl = cvar("timelimit");




More information about the nexuiz-commits mailing list