[nexuiz-commits] r7143 - trunk/data/qcsrc/common

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jul 4 11:36:37 EDT 2009


Author: div0
Date: 2009-07-04 11:36:37 -0400 (Sat, 04 Jul 2009)
New Revision: 7143

Modified:
   trunk/data/qcsrc/common/mapinfo.qc
Log:
disable automatic DM entries for mapinfo in Nexball maps


Modified: trunk/data/qcsrc/common/mapinfo.qc
===================================================================
--- trunk/data/qcsrc/common/mapinfo.qc	2009-07-04 15:19:55 UTC (rev 7142)
+++ trunk/data/qcsrc/common/mapinfo.qc	2009-07-04 15:36:37 UTC (rev 7143)
@@ -354,7 +354,7 @@
 	}
 	diameter = vlen(mapMaxs - mapMins);
 
-	twoBaseModes = MapInfo_Map_supportedGametypes & (MAPINFO_TYPE_CTF | MAPINFO_TYPE_ASSAULT | MAPINFO_TYPE_RACE);
+	twoBaseModes = MapInfo_Map_supportedGametypes & (MAPINFO_TYPE_CTF | MAPINFO_TYPE_ASSAULT | MAPINFO_TYPE_RACE | MAPINFO_TYPE_NEXBALL);
 	if(twoBaseModes && (MapInfo_Map_supportedGametypes == twoBaseModes))
 	{
 		// we have a CTF-only or Assault-only map. Don't add other modes then,



More information about the nexuiz-commits mailing list