From ebd502e0c220f7c2d3b9ce65bd83ed569d65f314 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Thu, 19 Dec 2013 11:23:48 +0100 Subject: + Bitmap support was moved from archive functions to FileStream functions, where are more appropriate + Added support for master-mirror streams (like Blizzard games do) + SFileGetArchiveBitmap was moved into SFileGetFileInfo + Fixed bug in SFileCompactArchive + Removed classes SFileMpqBitmapXXX from SFileGetFileInfo --- src/SBaseCommon.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/SBaseCommon.cpp') diff --git a/src/SBaseCommon.cpp b/src/SBaseCommon.cpp index bb580b5..ef753bd 100644 --- a/src/SBaseCommon.cpp +++ b/src/SBaseCommon.cpp @@ -1410,8 +1410,6 @@ void FreeMPQArchive(TMPQArchive *& ha) STORM_FREE(ha->pFileTable); } - if(ha->pBitmap != NULL) - STORM_FREE(ha->pBitmap); if(ha->pHashTable != NULL) STORM_FREE(ha->pHashTable); if(ha->pHetTable != NULL) -- cgit v1.2.3