diff options
author | Ladislav <Zezula> | 2013-12-27 23:13:28 +0100 |
---|---|---|
committer | Ladislav <Zezula> | 2013-12-27 23:13:28 +0100 |
commit | 3a9a6ec46beaf839cfe4fe8b6a26e1ca5e2d0316 (patch) | |
tree | de92b78a86b403cdf17b1c0bd509d7a3bf10454f /src/StormCommon.h | |
parent | 3dd8d1198c46c42a47cd6089e9dd99b9dfdaa798 (diff) |
+ Support for master-mirror pairsv9.00
+ Support for streaming MPQs
+ Bug fixes
Diffstat (limited to 'src/StormCommon.h')
-rw-r--r-- | src/StormCommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StormCommon.h b/src/StormCommon.h index 2901c9f..2b2cf1d 100644 --- a/src/StormCommon.h +++ b/src/StormCommon.h @@ -193,7 +193,7 @@ int RebuildHetTable(TMPQArchive * ha); int RebuildFileTable(TMPQArchive * ha, DWORD dwNewHashTableSize, DWORD dwNewMaxFileCount); int SaveMPQTables(TMPQArchive * ha); -TMPQHetTable * CreateHetTable(DWORD dwFileCount, DWORD dwHashBitSize, LPBYTE pbSrcData); +TMPQHetTable * CreateHetTable(DWORD dwEntryCount, DWORD dwTotalCount, DWORD dwHashBitSize, LPBYTE pbSrcData); void FreeHetTable(TMPQHetTable * pHetTable); TMPQBetTable * CreateBetTable(DWORD dwMaxFileCount); |