The flag MPQ_OPEN_NO_LISTFILE is now propagated by SFileOpenPatchArchive

This commit is contained in:
Ladislav Zezula
2024-02-11 09:46:30 +01:00
parent 8978bdc821
commit d13270a686
6 changed files with 24 additions and 24 deletions

View File

@@ -204,9 +204,9 @@ DWORD WINAPI SFileEnumLocales(
if(IsPseudoFileName(szFileName, &dwFileIndex))
return ERROR_INVALID_PARAMETER;
// Keep compiler happy
// Keep compilers happy
dwMaxLocales = PtrMaxLocales[0];
dwSearchScope = dwSearchScope;
STORMLIB_UNUSED(dwSearchScope);
// Parse all files with that name
pFirstHash = pHash = GetFirstHashEntry(ha, szFileName);