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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Dec 2 14:32:33 EST 2009


Author: fruitiex
Date: 2009-12-02 14:32:33 -0500 (Wed, 02 Dec 2009)
New Revision: 8354

Modified:
   trunk/data/qcsrc/common/mapinfo.qc
Log:
oops, forgot this little autogen mapinfo code change for the defrag compat code


Modified: trunk/data/qcsrc/common/mapinfo.qc
===================================================================
--- trunk/data/qcsrc/common/mapinfo.qc	2009-12-02 18:23:01 UTC (rev 8353)
+++ trunk/data/qcsrc/common/mapinfo.qc	2009-12-02 19:32:33 UTC (rev 8354)
@@ -377,6 +377,8 @@
 					++spawnpoints;
 				else if(v == "trigger_race_checkpoint")
 					MapInfo_Map_supportedGametypes |= MAPINFO_TYPE_RACE;
+				else if(v == "target_startTimer")
+					MapInfo_Map_supportedGametypes |= MAPINFO_TYPE_CTS;
 				else if(v == "weapon_nex")
 					{ }
 				else if(v == "weapon_railgun")



More information about the nexuiz-commits mailing list