- disabled nosectionmerge because it doesn't work right.

This commit is contained in:
Christoph Oelckers 2023-09-06 21:47:20 +02:00
parent e7a79b0d44
commit de770faeb1

View file

@ -303,7 +303,7 @@ FName MapLoader::CheckCompatibility(MapData *map)
} }
if (gameinfo.flags & GI_NOSECTIONMERGE) if (gameinfo.flags & GI_NOSECTIONMERGE)
{ {
Level->ib_compatflags |= BCOMPATF_NOSECTIONMERGE; //Level->ib_compatflags |= BCOMPATF_NOSECTIONMERGE;
} }
} }