]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mapinfo.qc
mapinfo: new flag "noautomaplist" for e.g. space-slap
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapinfo.qc
index 7570393f4871669d6a649b396e15777e5b5b7f2d..1b1dc154709973e67e35cc960cf5902b2bc8d7e0 100644 (file)
@@ -991,6 +991,10 @@ float MapInfo_Get_ByName_NoFallbacks(string pFilename, float pAllowGenerate, flo
                {
                        MapInfo_Map_flags |= MAPINFO_FLAG_FRUSTRATING;
                }
+               else if(t == "noautomaplist")
+               {
+                       MapInfo_Map_flags |= MAPINFO_FLAG_NOAUTOMAPLIST;
+               }
                else if(t == "type")
                {
                        t = car(s); s = cdr(s);