mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(LIN2): fixed decompression.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user