mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(MblOpener): use ImageFormat.FindByTag shortcut.
This commit is contained in:
@@ -81,7 +81,7 @@ namespace GameRes.Formats.Marble
|
|||||||
return arc;
|
return arc;
|
||||||
}
|
}
|
||||||
|
|
||||||
static readonly Lazy<ImageFormat> PrsFormat = new Lazy<ImageFormat> (() => FormatCatalog.Instance.ImageFormats.FirstOrDefault (x => x.Tag == "PRS"));
|
static readonly Lazy<ImageFormat> PrsFormat = new Lazy<ImageFormat> (() => ImageFormat.FindByTag ("PRS"));
|
||||||
|
|
||||||
private ArcFile ReadIndex (ArcView file, int count, uint filename_len, uint index_offset)
|
private ArcFile ReadIndex (ArcView file, int count, uint filename_len, uint index_offset)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user