From a711f02e45ad1afdd36f889e54e7a6b1ea106b56 Mon Sep 17 00:00:00 2001 From: morkt Date: Fri, 2 Nov 2018 06:11:31 +0400 Subject: [PATCH] (HG3): recognize different contained formats. --- ArcFormats/CatSystem/ArcHG3.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArcFormats/CatSystem/ArcHG3.cs b/ArcFormats/CatSystem/ArcHG3.cs index a6e8cf43..afd4ae02 100644 --- a/ArcFormats/CatSystem/ArcHG3.cs +++ b/ArcFormats/CatSystem/ArcHG3.cs @@ -51,7 +51,7 @@ namespace GameRes.Formats.CatSystem if (0 == section_size) section_size = (uint)(file.MaxOffset - offset); uint stdinfo_size = file.View.ReadUInt32 (offset+0x10); - if (file.View.AsciiEqual (offset+8+stdinfo_size, "img0000")) + if (file.View.AsciiEqual (offset+8+stdinfo_size, "img")) { var entry = new Entry {