mirror of
https://github.com/ladislav-zezula/StormLib.git
synced 2026-01-22 15:35:20 +01:00
+ 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
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user