aboutsummaryrefslogtreecommitdiff
path: root/src/StormCommon.h
diff options
context:
space:
mode:
authorunknown <E:\Ladik\Mail>2015-04-18 23:12:47 +0200
committerunknown <E:\Ladik\Mail>2015-04-18 23:12:47 +0200
commit68e2c2527db10dcfdd9fdc2219c7fe9784abf738 (patch)
treead00acb4ce162d3a780eabdc67ebcc804591b471 /src/StormCommon.h
parentd47864c13d4d5015445343f652ef3d3b3b73cb25 (diff)
+ SFileGetFileInfo(SFileMpqHashTable) now returns updated hash table instead of raw table loaded from the file
Diffstat (limited to 'src/StormCommon.h')
-rw-r--r--src/StormCommon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/StormCommon.h b/src/StormCommon.h
index 00ea3d8..c806ce0 100644
--- a/src/StormCommon.h
+++ b/src/StormCommon.h
@@ -185,7 +185,6 @@ TMPQExtHeader * LoadExtTable(TMPQArchive * ha, ULONGLONG ByteOffset, size_t Size
TMPQHetTable * LoadHetTable(TMPQArchive * ha);
TMPQBetTable * LoadBetTable(TMPQArchive * ha);
-TMPQHash * LoadHashTable(TMPQArchive * ha);
TMPQBlock * LoadBlockTable(TMPQArchive * ha, bool bDontFixEntries = false);
TMPQBlock * TranslateBlockTable(TMPQArchive * ha, ULONGLONG * pcbTableSize, bool * pbNeedHiBlockTable);