mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-24 21:11:39 +00:00
- this shouldn't have gotten reverted.
This commit is contained in:
parent
9878477612
commit
a6d09596cf
1 changed files with 1 additions and 1 deletions
|
@ -531,7 +531,7 @@ int FIWadManager::IdentifyVersion (TArray<FString> &wadfiles, const char *iwad,
|
||||||
{
|
{
|
||||||
for (auto &dir : mSearchPaths)
|
for (auto &dir : mSearchPaths)
|
||||||
{
|
{
|
||||||
FStringf fullpath("%s/%s", dir, custwad.GetChars());
|
FStringf fullpath("%s/%s", dir.GetChars(), custwad.GetChars());
|
||||||
if (FileExists(fullpath))
|
if (FileExists(fullpath))
|
||||||
{
|
{
|
||||||
mFoundWads.Push({ fullpath, "", -1 });
|
mFoundWads.Push({ fullpath, "", -1 });
|
||||||
|
|
Loading…
Reference in a new issue