Fix overwrite warnings not working

This commit is contained in:
elasota
2021-03-07 05:07:23 -05:00
parent 3917e1a370
commit 55ec6c516c
5 changed files with 43 additions and 20 deletions

View File

@@ -595,7 +595,7 @@ void DoDirSearch (void)
{
theHousesSpecs[housesFound] = MakeVFileSpec(theDirs[currentDir], f->name);
if (fm->FileExists(theDirs[currentDir], f->name))
if (fm->CompositeFileExists(theDirs[currentDir], f->name))
housesFound++;
}
}