From 7d92ec5b47e94945084da5756d2b1142d421c442 Mon Sep 17 00:00:00 2001 From: lzwdgc Date: Thu, 6 Jun 2024 03:11:23 +0300 Subject: [PATCH] Misc. --- src/unpaker/unpaker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unpaker/unpaker.cpp b/src/unpaker/unpaker.cpp index 78f2758..7c1a30b 100644 --- a/src/unpaker/unpaker.cpp +++ b/src/unpaker/unpaker.cpp @@ -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;