mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
bunch of stuff.
This commit is contained in:
@@ -176,6 +176,7 @@ namespace GameRes.Formats.Marble
|
||||
if (3 == b)
|
||||
{
|
||||
length += 9;
|
||||
// length = Math.Min(m_output.Length - dst, length);
|
||||
int read = m_input.Read (m_output, dst, length);
|
||||
if (read < length)
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user