r2059 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Dec 20 23:59:15 EST 2006


Author: div0
Date: 2006-12-20 23:59:15 -0500 (Wed, 20 Dec 2006)
New Revision: 2059

Modified:
   trunk/data/qcsrc/server/g_world.qc
Log:
LMS winning condition


Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2006-12-21 04:58:29 UTC (rev 2058)
+++ trunk/data/qcsrc/server/g_world.qc	2006-12-21 04:59:15 UTC (rev 2059)
@@ -1071,7 +1071,7 @@
 			else
 			{
 				// a winner!
-				SetWinners(winning, 0); // NOTE: exactly one player is still "player", so this works out
+				ClearWinners(); SetWinners(winning, 0); // NOTE: exactly one player is still "player", so this works out
 				dprint("Have a winner, ending game.\n");
 				return WINNING_YES;
 			}




More information about the nexuiz-commits mailing list