r4733 - in branches/nexuiz-2.0: . data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Oct 11 17:19:35 EDT 2008


Author: div0
Date: 2008-10-11 17:19:35 -0400 (Sat, 11 Oct 2008)
New Revision: 4733

Modified:
   branches/nexuiz-2.0/.patchsets
   branches/nexuiz-2.0/data/qcsrc/server/scores_rules.qc
Log:
r4732 | div0 | 2008-10-11 23:14:27 +0200 (Sat, 11 Oct 2008) | 2 lines
fix win mode 0

Modified: branches/nexuiz-2.0/.patchsets
===================================================================
--- branches/nexuiz-2.0/.patchsets	2008-10-11 21:14:27 UTC (rev 4732)
+++ branches/nexuiz-2.0/.patchsets	2008-10-11 21:19:35 UTC (rev 4733)
@@ -1,2 +1,2 @@
 master = svn://svn.icculus.org/nexuiz/trunk
-revisions_applied = 1-4730
+revisions_applied = 1-4732

Modified: branches/nexuiz-2.0/data/qcsrc/server/scores_rules.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/scores_rules.qc	2008-10-11 21:14:27 UTC (rev 4732)
+++ branches/nexuiz-2.0/data/qcsrc/server/scores_rules.qc	2008-10-11 21:19:35 UTC (rev 4733)
@@ -60,7 +60,6 @@
 	{
 		case 0: // caps only
 			sp_caps = SFL_SORT_PRIO_PRIMARY;
-			sp_score = SFL_SORT_PRIO_SECONDARY;
 			break;
 		case 1: // caps, then score
 			sp_caps = SFL_SORT_PRIO_PRIMARY;




More information about the nexuiz-commits mailing list