+ Version 9.00 released

This commit is contained in:
Ladislav
2014-01-03 18:56:23 +01:00
parent 3a9a6ec46b
commit 6cd009bc7c
9 changed files with 685 additions and 205 deletions

View File

@@ -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)