mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 15:44:00 +08:00
(LIN2): fixed decompression.
This commit is contained in:
parent
ab87c63ff5
commit
1876bfb02b
@ -98,7 +98,7 @@ namespace GameRes.Formats.Kaguya
|
|||||||
int dst = 0;
|
int dst = 0;
|
||||||
int ctl = 0;
|
int ctl = 0;
|
||||||
int bit = 0;
|
int bit = 0;
|
||||||
int prev_count = 0x100;
|
int prev_count = -1;
|
||||||
while (dst < output.Length)
|
while (dst < output.Length)
|
||||||
{
|
{
|
||||||
bit >>= 1;
|
bit >>= 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user