r2058 - branches/nexuiz-2.0/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Dec 20 23:58:30 EST 2006


Author: div0
Date: 2006-12-20 23:58:29 -0500 (Wed, 20 Dec 2006)
New Revision: 2058

Modified:
   branches/nexuiz-2.0/data/qcsrc/server/g_world.qc
Log:
winning condiiton bug in LMS


Modified: branches/nexuiz-2.0/data/qcsrc/server/g_world.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/g_world.qc	2006-12-20 22:54:04 UTC (rev 2057)
+++ branches/nexuiz-2.0/data/qcsrc/server/g_world.qc	2006-12-21 04:58:29 UTC (rev 2058)
@@ -1032,7 +1032,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