- fixed detection of standalone IWADs

https://forum.zdoom.org/viewtopic.php?t=68218
This commit is contained in:
alexey.lysiuk 2020-04-17 12:29:46 +03:00
parent c1421b70cf
commit b5c88957f0
1 changed files with 3 additions and 0 deletions

View File

@ -372,6 +372,9 @@ int FIWadManager::CheckIWADInfo(const char* fn)
return i;
}
}
mOrderNames.Push(result.Name);
return mIWadInfos.Push(result);
}
catch (CRecoverableError & err)
{