2.2 UDMF config: fix map size check & Doom-related thing errors

This commit is contained in:
spherallic 2023-05-24 12:51:31 +02:00
parent e94dbf94c9
commit b02166b01e

View file

@ -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