diff options
author | Ladislav Zezula <zezula@volny.cz> | 2022-02-13 11:33:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-13 11:33:38 +0100 |
commit | e51472f9ac8b2e0db0c9c359805aff3f6837c975 (patch) | |
tree | b1f026437af9411ffd216e5406bfec4cd899e75a /src/StormLib.h | |
parent | 02142e8837d3803a954579f21797d6da32657853 (diff) | |
parent | 503ab19d3d4253fb013752572c19c314d19de792 (diff) |
Merge pull request #243 from ladislav-zezula/LZ_DefragmentHashTableBug
HashTableDefragmentationRemoved
Diffstat (limited to 'src/StormLib.h')
-rw-r--r-- | src/StormLib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/StormLib.h b/src/StormLib.h index adfa616..d95c2a2 100644 --- a/src/StormLib.h +++ b/src/StormLib.h @@ -844,6 +844,7 @@ typedef struct _TMPQArchive DWORD dwFileFlags3; // Flags for (signature) DWORD dwAttrFlags; // Flags for the (attributes) file, see MPQ_ATTRIBUTE_XXX DWORD dwValidFileFlags; // Valid flags for the current MPQ + DWORD dwRealHashTableSize; // Real size of the hash table, if MPQ_FLAG_HASH_TABLE_CUT is zet in dwFlags DWORD dwFlags; // See MPQ_FLAG_XXXXX DWORD dwSubType; // See MPQ_SUBTYPE_XXX |