mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 05:28:49 +08:00
(DigitalWorks): use ContainedFormats property.
This commit is contained in:
@@ -90,7 +90,7 @@ namespace GameRes.Formats.DigitalWorks
|
||||
Offset = e.Offset,
|
||||
Size = e.Size,
|
||||
} 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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user