- 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
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ int FIWadManager::IdentifyVersion (TArray<FString> &wadfiles, const char *iwad,
{
for (auto &dir : mSearchPaths)
{
FStringf fullpath("%s/%s", dir, custwad.GetChars());
FStringf fullpath("%s/%s", dir.GetChars(), custwad.GetChars());
if (FileExists(fullpath))
{
mFoundWads.Push({ fullpath, "", -1 });