(NonColor): handle formats with different 8-to-32 bits integers conversion.

This commit is contained in:
morkt
2018-08-20 14:47:34 +04:00
parent 493a9c9922
commit 50ca23ec03
2 changed files with 19 additions and 5 deletions

View File

@@ -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 ()
{