]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mapinfo.qh
mapinfo: new flag "noautomaplist" for e.g. space-slap
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapinfo.qh
index 10a35ee470a7e3cfbdfc70792dcf4b628977a3da..9f39eafc21a92e667762a74ceeb2b9a89f08f898 100644 (file)
@@ -85,6 +85,7 @@ float MAPINFO_FEATURE_TURRETS       = 4;
 float MAPINFO_FLAG_HIDDEN           = 1; // not in lsmaps/menu/vcall/etc., can just be changed to manually
 float MAPINFO_FLAG_FORBIDDEN        = 2; // don't even allow the map by a cvar setting that allows hidden maps
 float MAPINFO_FLAG_FRUSTRATING      = 4; // this map is near impossible to play, enable at your own risk
+float MAPINFO_FLAG_NOAUTOMAPLIST    = 8; // do not include when automatically building maplist (counts as hidden for maplist building purposes)
 
 float MapInfo_count;