From 909ff807e78b0b92afffaf0d5ed7149982d8ac33 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Sat, 30 Dec 2023 08:59:09 +0100 Subject: Regression tests passed --- src/StormLib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/StormLib.h') 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 -- cgit v1.2.3