mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 05:35:34 +08:00
(BPE): fixed.
This commit is contained in:
parent
34ec98728d
commit
ea8cd8a420
@ -25,6 +25,7 @@
|
||||
|
||||
using System.ComponentModel.Composition;
|
||||
using System.IO;
|
||||
using GameRes.Utility;
|
||||
|
||||
namespace GameRes.Formats.QSoft
|
||||
{
|
||||
@ -95,7 +96,7 @@ namespace GameRes.Formats.QSoft
|
||||
break;
|
||||
ctl = input.ReadByte() & 0xFF;
|
||||
}
|
||||
int chunk_size = Binary.BigEndian (input.ReadUInt16())
|
||||
int chunk_size = Binary.BigEndian (input.ReadUInt16());
|
||||
int x = 0;
|
||||
for (;;)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user