- fixed: zd_extra.pk3 now loads before the iwad.

This commit is contained in:
Rachael Alexanderson 2017-09-09 06:21:40 -04:00
commit 9a7f727aa4
2 changed files with 7 additions and 5 deletions

View file

@ -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))
{