mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 03:12:00 -04:00
remove autoloading of extras.wad (#2075)
This commit is contained in:
parent
c7feec0a60
commit
99c6bdba55
15
src/d_main.c
15
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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user