diff options
author | Shauren <shauren.trinity@gmail.com> | 2019-06-09 21:14:42 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2019-06-09 21:14:42 +0200 |
commit | 138e822d859fd9ff9d79e1ce16823992ad43aec4 (patch) | |
tree | f1e22a1afbaa3457e6169146f350c91b9493f926 /dep/CascLib/src/CascCommon.h | |
parent | c4f11447546836844ade509991b4219c88ebaaa3 (diff) |
Dep/CascLib: Update to ladislav-zezula/CascLib@03a3bcaed285ab0d8ff0845a65ffe7d1fa653960
Diffstat (limited to 'dep/CascLib/src/CascCommon.h')
-rw-r--r-- | dep/CascLib/src/CascCommon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dep/CascLib/src/CascCommon.h b/dep/CascLib/src/CascCommon.h index 3ce527061c2..f32be935352 100644 --- a/dep/CascLib/src/CascCommon.h +++ b/dep/CascLib/src/CascCommon.h @@ -342,6 +342,7 @@ struct TCascFile DWORD bVerifyIntegrity:1; // If true, then the data are validated more strictly when read DWORD bDownloadFileIf:1; // If true, then the data will be downloaded from the online storage if missing DWORD bLocalFileStream:1; // If true, then the file stream is a local file + DWORD bOvercomeEncrypted:1; // If true, then CascReadFile will fill the part that is encrypted (and key was not found) with zeros LPBYTE pbFileCache; // Pointer to file cache DWORD cbFileCache; // Size of the file cache |