X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapinfo.qh;h=12026689b8b3195e21ef40db0079c70fe50dacaf;hb=b3531989fe085982b9fa1b4c8e3a35947936e441;hp=641de1b8a1e1ad812cd5370713e11fdc0b9ac369;hpb=21a6985a5568f9ade821c914c5d66595ddc4619d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/mapinfo.qh b/qcsrc/common/mapinfo.qh index 641de1b8a..12026689b 100644 --- a/qcsrc/common/mapinfo.qh +++ b/qcsrc/common/mapinfo.qh @@ -13,7 +13,8 @@ float MAPINFO_TYPE_ASSAULT = 2048; float MAPINFO_TYPE_ONSLAUGHT = 4096; float MAPINFO_TYPE_NEXBALL = 8192; float MAPINFO_TYPE_FREEZETAG = 16384; -float MAPINFO_TYPE_ALL = 32767; // this has to include all above bits +float MAPINFO_TYPE_KEEPAWAY = 32768; +float MAPINFO_TYPE_ALL = 65535; // this has to include all above bits float MAPINFO_FEATURE_WEAPONS = 1; // not defined for minstagib-only maps