mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(noncolor): tweaked scripts decryption.
This commit is contained in:
@@ -70,13 +70,7 @@ namespace GameRes.Formats.Minato
|
||||
return null;
|
||||
|
||||
using (var index = new MinatoIndexReader (file, count))
|
||||
{
|
||||
var file_map = ReadFilenameMap (scheme);
|
||||
var dir = index.Read (file_map);
|
||||
if (null == dir)
|
||||
return null;
|
||||
return new ArcDatArchive (file, this, dir, scheme.Hash);
|
||||
}
|
||||
return index.Read (this, scheme);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user