mirror of
https://github.com/ladislav-zezula/StormLib.git
synced 2026-01-17 21:48:19 +01:00
The flag MPQ_OPEN_NO_LISTFILE is now propagated by SFileOpenPatchArchive
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user