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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Nov 27 10:09:59 EST 2008


Author: div0
Date: 2008-11-27 10:09:59 -0500 (Thu, 27 Nov 2008)
New Revision: 5127

Modified:
   branches/nexuiz-2.0/.patchsets
   branches/nexuiz-2.0/data/qcsrc/server/teamplay.qc
Log:
r5126 | div0 | 2008-11-27 16:09:20 +0100 (Thu, 27 Nov 2008) | 2 lines
fix campaign check, sorry

Modified: branches/nexuiz-2.0/.patchsets
===================================================================
--- branches/nexuiz-2.0/.patchsets	2008-11-27 15:09:20 UTC (rev 5126)
+++ branches/nexuiz-2.0/.patchsets	2008-11-27 15:09:59 UTC (rev 5127)
@@ -1,2 +1,2 @@
 master = svn://svn.icculus.org/nexuiz/trunk
-revisions_applied = 1-5123
+revisions_applied = 1-5126

Modified: branches/nexuiz-2.0/data/qcsrc/server/teamplay.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/teamplay.qc	2008-11-27 15:09:20 UTC (rev 5126)
+++ branches/nexuiz-2.0/data/qcsrc/server/teamplay.qc	2008-11-27 15:09:59 UTC (rev 5127)
@@ -228,7 +228,7 @@
 		game = GAME_CTF;
 		gamemode_name = "Capture the Flag";
 		ActivateTeamplay();
-		if(g_campaign)
+		if(cvar("g_campaign"))
 			g_ctf_win_mode = 2;
 		else
 			g_ctf_win_mode = cvar("g_ctf_win_mode");




More information about the nexuiz-commits mailing list