X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapinfo.qh;h=d2a9409e310213df929f572f6713558d73e74e01;hp=d8b84709b3739951025f801b070a8384f3d23e7b;hb=3f31f8cb0402fe3abe4131023d347a66d2385606;hpb=b2295407f27d75eaa53bcf5dad11e0ac06b55c17 diff --git a/qcsrc/common/mapinfo.qh b/qcsrc/common/mapinfo.qh index d8b84709b3..d2a9409e31 100644 --- a/qcsrc/common/mapinfo.qh +++ b/qcsrc/common/mapinfo.qh @@ -88,6 +88,7 @@ const float MAPINFO_FEATURE_TURRETS = 4; const float MAPINFO_FLAG_HIDDEN = 1; // not in lsmaps/menu/vcall/etc., can just be changed to manually const float MAPINFO_FLAG_FORBIDDEN = 2; // don't even allow the map by a cvar setting that allows hidden maps const float MAPINFO_FLAG_FRUSTRATING = 4; // this map is near impossible to play, enable at your own risk +const float MAPINFO_FLAG_NOAUTOMAPLIST = 8; // do not include when automatically building maplist (counts as hidden for maplist building purposes) float MapInfo_count;