diff options
author | Shauren <shauren.trinity@gmail.com> | 2025-02-28 17:41:28 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2025-02-28 17:41:28 +0100 |
commit | 464d8e39e083a2f3a73f2c33a7b20036406541c8 (patch) | |
tree | 56fc8960ebf3fa92d1029f1a80bdda3ff766d6d5 /dep/CascLib/src/CascStructs.h | |
parent | 438d0c3089aaf48352e493ab0a007ef6ef15a276 (diff) |
Dep/CascLib: Update to ladislav-zezula/CascLib@07ab5f37ad282cc101d5c17793c550a0a6d4637f
Diffstat (limited to 'dep/CascLib/src/CascStructs.h')
-rw-r--r-- | dep/CascLib/src/CascStructs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/CascLib/src/CascStructs.h b/dep/CascLib/src/CascStructs.h index 42478c324f0..68caa3404b8 100644 --- a/dep/CascLib/src/CascStructs.h +++ b/dep/CascLib/src/CascStructs.h @@ -17,7 +17,7 @@ #define CASC_INDEX_COUNT 0x10 // Number of index files #define CASC_CKEY_SIZE 0x10 // Size of the content key #define CASC_EKEY_SIZE 0x09 // Size of the encoded key -#define CASC_MAX_DATA_FILES 0x100 // Maximum number of data files +#define CASC_MAX_DATA_FILES 0x1000 // Maximum number of data files //----------------------------------------------------------------------------- // The index files structures |