From b02166b01eaa4b04ba889a79596d0b7ca371a646 Mon Sep 17 00:00:00 2001 From: spherallic <spherallic@gmail.com> Date: Wed, 24 May 2023 12:51:31 +0200 Subject: [PATCH] 2.2 UDMF config: fix map size check & Doom-related thing errors --- Build/Configurations/Includes/SRB222_common.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Build/Configurations/Includes/SRB222_common.cfg b/Build/Configurations/Includes/SRB222_common.cfg index e8d9b98ee..1dda0f678 100644 --- a/Build/Configurations/Includes/SRB222_common.cfg +++ b/Build/Configurations/Includes/SRB222_common.cfg @@ -26,7 +26,7 @@ common generalizedsectors = true; // Maximum safe map size check (0 means skip check) - safeboundary = 1; + safeboundary = 0; // Map boundaries. Map objects can only be placed within these boundaries leftboundary = -32768; @@ -294,7 +294,6 @@ mapformat_udmf // How to compare thing flags (for the stuck things error checker) thingflagscompare { - include("UDMF_misc.cfg", "thingflagscompare"); } // THING TYPES -- GitLab