mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 13:55:36 -04:00
ignore MBF21 options in OPTIONS lump (#327)
This commit is contained in:
parent
8e875e3a6f
commit
ca72f841ab
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user