RTech: update comment on pak header flag

Patches can actually use different compression algorithms, but the patch headers must accommodate for pak file sizes properly. One pak could also be compressed while the others aren't if patch headers present correct sizes (both RTech and ZStream)
This commit is contained in:
Kawe Mazidjatari 2024-01-28 18:16:39 +01:00
parent a2d869d572
commit e901a32c18

View File

@ -15,8 +15,7 @@
#define PAK_HEADER_FLAGS_HAS_MODULE (1<<0)
#define PAK_HEADER_FLAGS_COMPRESSED (1<<8)
// when using ZStd compression, all patches for this specific pak must
// feature the same compression algorithm!
// use the ZStd decoder instead of the RTech one
#define PAK_HEADER_FLAGS_ZSTREAM (1<<9)
// max amount of types at runtime in which assets will be tracked