- this shouldn't have gotten reverted.

This commit is contained in:
Christoph Oelckers 2017-08-20 08:03:48 +02:00
parent 9878477612
commit a6d09596cf

View file

@ -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 });