File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ struct FPakEntry
7676 TArray<FPakCompressedBlock> CompressionBlocks;
7777 byte bEncrypted; // replaced with 'Flags' in UE4.21
7878
79- uint16 StructSize; // computed value: size of FPakEntry prepended to each file
79+ uint32 StructSize; // computed value: size of FPakEntry prepended to each file
8080 FPakEntry* HashNext; // computed value: used for fast name lookup
8181
8282 CGameFileInfo* FileInfo;
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ LZO data compression library
192192
193193libmspack - a library for Microsoft compression formats
194194 (c) Stuart Caie
195- http ://www.cabextract.org.uk/libmspack/
195+ https ://github.com/kyz/libmspack
196196
197197LZ4
198198 (c) Yann Collet
You can’t perform that action at this time.
0 commit comments