Added detection for IWADs downloaded via the Bethesda.net Launcher
This commit is contained in:
parent
567bff403a
commit
6d8862b514
5 changed files with 77 additions and 0 deletions
|
|
@ -420,6 +420,7 @@ void FIWadManager::CollectSearchPaths()
|
|||
}
|
||||
mSearchPaths.Append(I_GetGogPaths());
|
||||
mSearchPaths.Append(I_GetSteamPath());
|
||||
mSearchPaths.Append(I_GetBethesdaPath());
|
||||
|
||||
// Unify and remove trailing slashes
|
||||
for (auto &str : mSearchPaths)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue