mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(DigitalWorks): use ContainedFormats property.
This commit is contained in:
@@ -90,7 +90,7 @@ namespace GameRes.Formats.DigitalWorks
|
|||||||
Offset = e.Offset,
|
Offset = e.Offset,
|
||||||
Size = e.Size,
|
Size = e.Size,
|
||||||
} as Entry).ToList();
|
} as Entry).ToList();
|
||||||
dir.ForEach (e => e.Type = FormatCatalog.Instance.GetTypeFromName (e.Name));
|
dir.ForEach (e => e.Type = FormatCatalog.Instance.GetTypeFromName (e.Name, ContainedFormats));
|
||||||
return new ArcFile (file, this, dir);
|
return new ArcFile (file, this, dir);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user