mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +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)
|
||||
{
|
||||
FStringf fullpath("%s/%s", dir, custwad.GetChars());
|
||||
FStringf fullpath("%s/%s", dir.GetChars(), custwad.GetChars());
|
||||
if (FileExists(fullpath))
|
||||
{
|
||||
mFoundWads.Push({ fullpath, "", -1 });
|
||||
|
|
Loading…
Reference in a new issue