ignore MBF21 options in OPTIONS lump (#327)

This commit is contained in:
Roman Fomin 2021-10-25 13:39:20 +07:00 committed by GitHub
parent 8e875e3a6f
commit ca72f841ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2754,6 +2754,9 @@ void G_InitNew(skill_t skill, int episode, int map)
if (demo_version >= 203)
M_LoadOptions(); // killough 11/98: read OPTIONS lump from wad
if (demo_version == 203)
G_MBFComp();
G_DoLoadLevel();
}