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

@@ -1107,8 +1107,8 @@ bool WINAPI SFileRemoveFile(HANDLE hMpq, const char * szFileName, DWORD dwSearch
TMPQFile * hf = NULL;
DWORD dwErrCode = ERROR_SUCCESS;
// Keep compiler happy
dwSearchScope = dwSearchScope;
// Keep compilers happy
STORMLIB_UNUSED(dwSearchScope);
// Check the parameters
if(ha == NULL)