remove autoloading of extras.wad (#2075)

This commit is contained in:
Roman Fomin 2024-12-05 19:37:42 +07:00 committed by GitHub
parent c7feec0a60
commit 99c6bdba55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();