diff options
author | Ladislav Zezula <zezula@volny.cz> | 2024-02-11 09:46:30 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2024-02-11 09:46:30 +0100 |
commit | d13270a686a9ce21614f103bc134615be75c263a (patch) | |
tree | 5213b2aaab2f2e35164e71e6399f115ce6b3e4f4 /src/SFileOpenFileEx.cpp | |
parent | 8978bdc8214f4ec3543ac11962fc094c3b0803b2 (diff) |
The flag MPQ_OPEN_NO_LISTFILE is now propagated by SFileOpenPatchArchive
Diffstat (limited to 'src/SFileOpenFileEx.cpp')
-rw-r--r-- | src/SFileOpenFileEx.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SFileOpenFileEx.cpp b/src/SFileOpenFileEx.cpp index 157ad15..90c7fab 100644 --- a/src/SFileOpenFileEx.cpp +++ b/src/SFileOpenFileEx.cpp @@ -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); |