From de770faeb1476fa8d1801e3acdbfe5f5fb4d56ff Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 6 Sep 2023 21:47:20 +0200 Subject: [PATCH] - disabled nosectionmerge because it doesn't work right. --- src/maploader/compatibility.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/maploader/compatibility.cpp b/src/maploader/compatibility.cpp index f85d89b19..3549cd0bb 100644 --- a/src/maploader/compatibility.cpp +++ b/src/maploader/compatibility.cpp @@ -303,7 +303,7 @@ FName MapLoader::CheckCompatibility(MapData *map) } if (gameinfo.flags & GI_NOSECTIONMERGE) { - Level->ib_compatflags |= BCOMPATF_NOSECTIONMERGE; + //Level->ib_compatflags |= BCOMPATF_NOSECTIONMERGE; } }