diff --git a/src/d_main.c b/src/d_main.c index dbdfa1a7..c5c5d0d8 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -1834,21 +1834,6 @@ void D_DoomMain(void) // [FG] emulate a specific version of Doom InitGameVersion(); - //! - // @category mod - // - // Disable auto loading of extras.wad. - // - - if (!M_ParmExists("-noextras")) - { - char *extras = D_FindWADByName("extras.wad"); - if (extras) - { - D_AddFile(extras); - } - } - dsdh_InitTables(); D_InitTables();