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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Dec 31 03:07:54 EST 2009


Author: div0
Date: 2009-12-31 03:07:49 -0500 (Thu, 31 Dec 2009)
New Revision: 8464

Modified:
   trunk/data/qcsrc/common/mapinfo.qc
Log:
allow loading any bsp


Modified: trunk/data/qcsrc/common/mapinfo.qc
===================================================================
--- trunk/data/qcsrc/common/mapinfo.qc	2009-12-29 11:15:02 UTC (rev 8463)
+++ trunk/data/qcsrc/common/mapinfo.qc	2009-12-31 08:07:49 UTC (rev 8464)
@@ -1022,8 +1022,8 @@
 	float t, t0;
 	if(!_MapInfo_CheckMap(s)) // with underscore, it keeps temps
 	{
-		if(MapInfo_Map_supportedGametypes <= 0)
-			error("Mapinfo system is not functional at all. BAILED OUT.\n");
+		if(MapInfo_Map_supportedGametypes == 0)
+			print("Mapinfo system is not functional at all. Assuming deathmatch.\n");
 
 		t = 1;
 		while(!(MapInfo_Map_supportedGametypes & 1))



More information about the nexuiz-commits mailing list