mirror of
https://github.com/ladislav-zezula/StormLib.git
synced 2026-01-16 21:30:33 +01:00
+ Version 9.00 released
This commit is contained in:
@@ -95,7 +95,7 @@ static int LoadAttributesFile(TMPQArchive * ha, LPBYTE pbAttrFile, DWORD cbAttrF
|
||||
LPBYTE pbAttrPtr = pbAttrFile;
|
||||
DWORD dwBlockTableSize = ha->pHeader->dwBlockTableSize;
|
||||
DWORD i;
|
||||
bool bPatchBitsValid;
|
||||
bool bPatchBitsValid = false;
|
||||
|
||||
// Load and verify the header
|
||||
if((pbAttrPtr + sizeof(MPQ_ATTRIBUTES_HEADER)) <= pbAttrFileEnd)
|
||||
|
||||
Reference in New Issue
Block a user