parse UMAPINFO lump in IWAD (#1595)

This commit is contained in:
Roman Fomin 2024-03-17 20:15:08 +07:00 committed by GitHub
parent ba05abf854
commit cce6bdec18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2654,6 +2654,7 @@ void D_DoomMain(void)
if (!M_ParmExists("-nomapinfo"))
{
D_ProcessInWads("UMAPINFO", U_ParseMapInfo, true);
D_ProcessInWads("UMAPINFO", U_ParseMapInfo, false);
}