diff options
author | Ladislav <Zezula> | 2014-01-03 18:56:23 +0100 |
---|---|---|
committer | Ladislav <Zezula> | 2014-01-03 18:56:23 +0100 |
commit | 6cd009bc7cb60b4000e2267c7d100a3f0d9a42a0 (patch) | |
tree | 7e2b5dd6f85855c284067442fc6ebce5c95409f3 /src/SFileAttributes.cpp | |
parent | 3a9a6ec46beaf839cfe4fe8b6a26e1ca5e2d0316 (diff) |
+ Version 9.00 released
Diffstat (limited to 'src/SFileAttributes.cpp')
-rw-r--r-- | src/SFileAttributes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SFileAttributes.cpp b/src/SFileAttributes.cpp index 7e63993..f947d79 100644 --- a/src/SFileAttributes.cpp +++ b/src/SFileAttributes.cpp @@ -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) |