mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- fixed detection of standalone IWADs
https://forum.zdoom.org/viewtopic.php?t=68218
This commit is contained in:
parent
c1421b70cf
commit
b5c88957f0
1 changed files with 3 additions and 0 deletions
|
@ -372,6 +372,9 @@ int FIWadManager::CheckIWADInfo(const char* fn)
|
|||
return i;
|
||||
}
|
||||
}
|
||||
|
||||
mOrderNames.Push(result.Name);
|
||||
return mIWadInfos.Push(result);
|
||||
}
|
||||
catch (CRecoverableError & err)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue