X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapinfo.qh;h=12026689b8b3195e21ef40db0079c70fe50dacaf;hb=b3531989fe085982b9fa1b4c8e3a35947936e441;hp=64076e7121a5f91f7d4432b107aeb29cf5d90b6a;hpb=f4672e961c36dad1523728da7669019fad918abe;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/mapinfo.qh b/qcsrc/common/mapinfo.qh index 64076e712..12026689b 100644 --- a/qcsrc/common/mapinfo.qh +++ b/qcsrc/common/mapinfo.qh @@ -12,8 +12,9 @@ float MAPINFO_TYPE_KEYHUNT = 1024; float MAPINFO_TYPE_ASSAULT = 2048; float MAPINFO_TYPE_ONSLAUGHT = 4096; float MAPINFO_TYPE_NEXBALL = 8192; -float MAPINFO_TYPE_KEEPAWAY = 16384; -float MAPINFO_TYPE_ALL = 32767; // this has to include all above bits +float MAPINFO_TYPE_FREEZETAG = 16384; +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