Fixed ZLIB decompression

This commit is contained in:
Ladislav Zezula
2021-07-06 18:29:52 +02:00
parent ce074eaf7a
commit 48c3ae6215
2 changed files with 3 additions and 3 deletions

View File

@@ -1524,8 +1524,8 @@ static TFileData * LoadMpqFile(TLogHelper * pLogger, HANDLE hMpq, LPCSTR szFileN
// Load the entire file
if(dwErrCode == ERROR_SUCCESS)
{
if(!stricmp(szFileName, "replay.game.events"))
__debugbreak();
//if(!stricmp(szFileName, "replay.game.events"))
// __debugbreak();
// Read the file data
SFileReadFile(hFile, pFileData->FileData, dwFileSizeLo, &dwBytesRead, NULL);