GZDoom game configuration: fixed a problem where map containing a LIGHTMAP lump were not recognized

This commit is contained in:
biwa 2022-01-26 20:54:49 +01:00
parent 8274321cf1
commit 6f26bd95e1

View file

@ -1119,6 +1119,13 @@ udmfmaplumpnames
nodebuild = false;
scriptbuild = true;
}
LIGHTMAP
{
required = false;
nodebuild = true;
blindcopy = true;
}
}
enums