mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
Misc.
This commit is contained in:
parent
4bf2c07e1e
commit
7d92ec5b47
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ void unpack_file(path fn, const Files &files_to_extract) {
|
||||||
None = 0x0,
|
None = 0x0,
|
||||||
RLE_2_bytes = 0x1,
|
RLE_2_bytes = 0x1,
|
||||||
RLE_1_byte = 0x2,
|
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,
|
decode_algorithm_2 = 0x8,
|
||||||
};
|
};
|
||||||
auto in = s.p;
|
auto in = s.p;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue