X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapinfo.qh;h=b669ba1f7b63aa2a8c74ab7bc7e1f91caaed1de3;hp=952274a73aaf0fe584a47cf2f2583478345abe8c;hb=HEAD;hpb=92817ce5c199e88e5f82ca81c4a4fe24c078638e diff --git a/qcsrc/common/mapinfo.qh b/qcsrc/common/mapinfo.qh index 952274a73..4d65695ae 100644 --- a/qcsrc/common/mapinfo.qh +++ b/qcsrc/common/mapinfo.qh @@ -123,7 +123,7 @@ ENDCLASS(Gametype) REGISTRY(Gametypes, 32) REGISTER_REGISTRY(Gametypes) -REGISTRY_SORT(Gametypes); +REGISTRY_SORT(Gametypes) REGISTRY_CHECK(Gametypes) REGISTRY_DEFINE_GET(Gametypes, NULL) @@ -143,7 +143,7 @@ const int MAPINFO_FEATURE_MONSTERS = 8; const int MAPINFO_FLAG_HIDDEN = 1; // not in lsmaps/menu/vcall/etc., can just be changed to manually const int MAPINFO_FLAG_FORBIDDEN = 2; // don't even allow the map by a cvar setting that allows hidden maps const int MAPINFO_FLAG_FRUSTRATING = 4; // this map is near impossible to play, enable at your own risk -const int MAPINFO_FLAG_NOAUTOMAPLIST = 8; // do not include when automatically building maplist (counts as hidden for maplist building purposes) +const int MAPINFO_FLAG_DONOTWANT = 8; // do not include in GUI voting screen or select in GotoNextMap()/GetNextMap(), unless added with `suggestmap` or required as a fallback float MapInfo_count;