aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLadislav Zezula <ladislav.zezula@avast.com>2021-07-06 18:29:52 +0200
committerLadislav Zezula <ladislav.zezula@avast.com>2021-07-06 18:29:52 +0200
commit48c3ae62151efd49592cf75359ecf23cdab9b69d (patch)
treea08f578cb53ec9a9b7985c2698f9df023a2c50a0 /test
parentce074eaf7ace51fdb642f491e217d4f50e30150e (diff)
Fixed ZLIB decompression
Diffstat (limited to 'test')
-rw-r--r--test/StormTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp
index 8786b06..44d65de 100644
--- a/test/StormTest.cpp
+++ b/test/StormTest.cpp
@@ -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);