aboutsummaryrefslogtreecommitdiff
path: root/dep/CascLib/src/CascCommon.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2020-11-05 20:52:53 +0100
committerShauren <shauren.trinity@gmail.com>2020-12-08 18:16:46 +0100
commit6b6d5aff0530d43875572edc9616bc788ed8a26c (patch)
tree8d0ad02913e4b625b2b2c26d3daff9b8a354360c /dep/CascLib/src/CascCommon.h
parent5095bcbf1cf57dae0e58e1d1251b566952352047 (diff)
Dep/CascLib: Update to ladislav-zezula/CascLib@737a8705b5b8f7ce3917f5d5ff9767b18de1285e
Diffstat (limited to 'dep/CascLib/src/CascCommon.h')
-rw-r--r--dep/CascLib/src/CascCommon.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dep/CascLib/src/CascCommon.h b/dep/CascLib/src/CascCommon.h
index 8ef9d557a51..aa0aff876ce 100644
--- a/dep/CascLib/src/CascCommon.h
+++ b/dep/CascLib/src/CascCommon.h
@@ -329,8 +329,7 @@ struct TCascStorage
size_t EKeyLength; // EKey length from the index files
DWORD FileOffsetBits; // Number of bits in the storage offset which mean data segent offset
- CASC_ARRAY ExtraKeysList; // List additional encryption keys
- CASC_MAP EncryptionKeys; // Map of encryption keys
+ CASC_KEY_MAP KeyMap; // Growable map of encryption keys
ULONGLONG LastFailKeyName; // The value of the encryption key that recently was NOT found.
};