(HG3): recognize different contained formats.

This commit is contained in:
morkt 2018-11-02 06:11:31 +04:00
parent 27f27c53d5
commit a711f02e45

View File

@ -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
{