r5282 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Dec 21 12:01:44 EST 2008


Author: div0
Date: 2008-12-21 12:01:43 -0500 (Sun, 21 Dec 2008)
New Revision: 5282

Modified:
   trunk/data/qcsrc/server/g_world.qc
Log:
remove "frags left" for ctf


Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2008-12-20 19:23:50 UTC (rev 5281)
+++ trunk/data/qcsrc/server/g_world.qc	2008-12-21 17:01:43 UTC (rev 5282)
@@ -1510,7 +1510,7 @@
 		limit = -limit;
 	}
 
-	if(g_dm || (g_ctf && g_ctf_win_mode != 2) || g_tdm || g_arena || (g_race && !g_race_qualifying))
+	if(g_dm || g_tdm || g_arena || (g_race && !g_race_qualifying))
 	// these modes always score in increments of 1, thus this makes sense
 	{
 		if(leaderfrags != WinningConditionHelper_topscore)




More information about the nexuiz-commits mailing list