mirror of
https://github.com/ladislav-zezula/StormLib.git
synced 2026-01-20 14:47:22 +01:00
+ Bugfixes
This commit is contained in:
@@ -710,8 +710,7 @@ void * LoadMpqTable(
|
||||
pbMpqTable = pbToRead = STORM_ALLOC(BYTE, dwTableSize);
|
||||
if(pbMpqTable != NULL)
|
||||
{
|
||||
// "interface.MPQ.part" in trial version of World of Warcraft
|
||||
// has block table and hash table compressed.
|
||||
// Check if the MPQ table is encrypted
|
||||
if(dwCompressedSize < dwTableSize)
|
||||
{
|
||||
// Allocate temporary buffer for holding compressed data
|
||||
|
||||
Reference in New Issue
Block a user