This commit is contained in:
lzwdgc 2024-06-06 03:11:23 +03:00
parent 4bf2c07e1e
commit 7d92ec5b47

View file

@ -131,7 +131,7 @@ void unpack_file(path fn, const Files &files_to_extract) {
None = 0x0,
RLE_2_bytes = 0x1,
RLE_1_byte = 0x2,
decode_algorithm_1 = 0x4, // not used
decode_algorithm_1 = 0x4, // not used, maybe lzo like in m2?
decode_algorithm_2 = 0x8,
};
auto in = s.p;