mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-17 01:22:18 +00:00
GZDoom game configuration: fixed a problem where map containing a LIGHTMAP lump were not recognized
This commit is contained in:
parent
8274321cf1
commit
6f26bd95e1
1 changed files with 7 additions and 0 deletions
|
@ -1119,6 +1119,13 @@ udmfmaplumpnames
|
|||
nodebuild = false;
|
||||
scriptbuild = true;
|
||||
}
|
||||
|
||||
LIGHTMAP
|
||||
{
|
||||
required = false;
|
||||
nodebuild = true;
|
||||
blindcopy = true;
|
||||
}
|
||||
}
|
||||
|
||||
enums
|
||||
|
|
Loading…
Reference in a new issue