aboutsummaryrefslogtreecommitdiff
path: root/src/StormLib.h
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2023-12-30 09:02:20 +0100
committerGitHub <noreply@github.com>2023-12-30 09:02:20 +0100
commit8978bdc8214f4ec3543ac11962fc094c3b0803b2 (patch)
tree0b819048623265303dc22374831cc1f84be6f328 /src/StormLib.h
parent61b6665433e8de0e4be68e69ddfb0128421d4057 (diff)
parent909ff807e78b0b92afffaf0d5ed7149982d8ac33 (diff)
Merge pull request #316 from ladislav-zezula/LZ_HashEntryIndex_Fix
Multiple changes
Diffstat (limited to 'src/StormLib.h')
-rw-r--r--src/StormLib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/StormLib.h b/src/StormLib.h
index b78f7ef..e211cd8 100644
--- a/src/StormLib.h
+++ b/src/StormLib.h
@@ -830,6 +830,7 @@ typedef struct _TMPQArchive
ULONGLONG UserDataPos; // Position of user data (relative to the begin of the file)
ULONGLONG MpqPos; // MPQ header offset (relative to the begin of the file)
ULONGLONG FileSize; // Size of the file at the moment of file open
+ ULONGLONG FileOffsetMask; // 0xFFFFFFFF for MPQ v 1, otherwise 0xFFFFFFFFFFFFFFFFull
struct _TMPQArchive * haPatch; // Pointer to patch archive, if any
struct _TMPQArchive * haBase; // Pointer to base ("previous version") archive, if any