mirror of
https://github.com/ladislav-zezula/StormLib.git
synced 2026-01-30 11:06:27 +01:00
Fixed ZLIB decompression
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user