- fixed: zd_extra.pk3 now loads before the iwad.
This commit is contained in:
parent
6044c46d39
commit
9a7f727aa4
2 changed files with 7 additions and 5 deletions
|
|
@ -2087,11 +2087,6 @@ static void AddAutoloadFiles(const char *autoname)
|
|||
{
|
||||
LumpFilterIWAD.Format("%s.", autoname); // The '.' is appened to simplify parsing the string
|
||||
|
||||
// [SP] Load non-free assets if available.
|
||||
const char *optionalassets = BaseFileSearch(OPTIONALWAD, NULL);
|
||||
if (optionalassets)
|
||||
D_AddFile(allwads, optionalassets);
|
||||
|
||||
// [SP] Dialog reaction - load lights.pk3 and brightmaps.pk3 based on user choices
|
||||
if (!(gameinfo.flags & GI_SHAREWARE))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue