mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(NonColor): handle formats with different 8-to-32 bits integers conversion.
This commit is contained in:
@@ -82,7 +82,10 @@ namespace GameRes.Formats.Minato
|
||||
|
||||
internal class MinatoIndexReader : NcIndexReaderBase
|
||||
{
|
||||
public MinatoIndexReader (ArcView file, int count) : base (file, count) { }
|
||||
public MinatoIndexReader (ArcView file, int count) : base (file, count)
|
||||
{
|
||||
ExtendByteSign = true;
|
||||
}
|
||||
|
||||
protected override ArcDatEntry ReadEntry ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user