mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
[unpaker] decode_f1 is never called.
This commit is contained in:
parent
25b01495eb
commit
98beb2b4f5
1 changed files with 1 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ void segment::decompress(int segment_id)
|
|||
if ((algorithm & DA_1) || (algorithm & DA_2))
|
||||
{
|
||||
if (algorithm & DA_1)
|
||||
// never called
|
||||
decode_f1((char*)decoded, size2, (char*)encoded);
|
||||
else
|
||||
decode_f2((char*)decoded, size2, (char*)encoded);
|
||||
|
|
|
|||
Loading…
Reference in a new issue