r5721 - in trunk/data: . qcsrc/common

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Feb 2 10:27:06 EST 2009


Author: div0
Date: 2009-02-02 10:27:06 -0500 (Mon, 02 Feb 2009)
New Revision: 5721

Modified:
   trunk/data/defaultNexuiz.cfg
   trunk/data/qcsrc/common/mapinfo.qc
Log:
enable fixed spawns again


Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2009-02-02 15:25:43 UTC (rev 5720)
+++ trunk/data/defaultNexuiz.cfg	2009-02-02 15:27:06 UTC (rev 5721)
@@ -521,7 +521,7 @@
 // runematch
 set g_runematch						0
 set g_runematch_pointrate				5
-set g_runematch_fixedspawns				0
+set g_runematch_fixedspawns				1 "use fixed runematch spawns if available"
 set g_runematch_pointamt					1
 set g_runematch_shuffletime				30 "how often runes change position"
 set g_runematch_respawntime				15 "how soon after being dropped to respawn"

Modified: trunk/data/qcsrc/common/mapinfo.qc
===================================================================
--- trunk/data/qcsrc/common/mapinfo.qc	2009-02-02 15:25:43 UTC (rev 5720)
+++ trunk/data/qcsrc/common/mapinfo.qc	2009-02-02 15:27:06 UTC (rev 5721)
@@ -434,6 +434,7 @@
 	else
 	{
 		MapInfo_Map_supportedGametypes |= MAPINFO_TYPE_DEATHMATCH;      // DM always works
+		MapInfo_Map_supportedGametypes |= MAPINFO_TYPE_RUNEMATCH;       // Rune always works
 		MapInfo_Map_supportedGametypes |= MAPINFO_TYPE_LMS;             // LMS always works
 
 		if(spawnpoints >= 8  && diameter > 4096)




More information about the nexuiz-commits mailing list