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
76
76
TArray<FPakCompressedBlock> CompressionBlocks;
77
77
byte bEncrypted; // replaced with 'Flags' in UE4.21
78
78
79
- uint16 StructSize; // computed value: size of FPakEntry prepended to each file
79
+ uint32 StructSize; // computed value: size of FPakEntry prepended to each file
80
80
FPakEntry* HashNext; // computed value: used for fast name lookup
81
81
82
82
CGameFileInfo* FileInfo;
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ LZO data compression library
192
192
193
193
libmspack - a library for Microsoft compression formats
194
194
(c) Stuart Caie
195
- http ://www.cabextract.org.uk/libmspack/
195
+ https ://github.com/kyz/libmspack
196
196
197
197
LZ4
198
198
(c) Yann Collet
You can’t perform that action at this time.
0 commit comments