diff --git a/Source/g_game.c b/Source/g_game.c index aee3761a..a8556c13 100644 --- a/Source/g_game.c +++ b/Source/g_game.c @@ -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(); }