mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(TmrHiroAudio): changed signature interpretation.
This commit is contained in:
@@ -101,7 +101,7 @@ namespace GameRes.Formats.TmrHiro
|
||||
entry.Name = Path.ChangeExtension (entry.Name, "grd");
|
||||
entry.Type = "image";
|
||||
}
|
||||
else if (0x44 == signature && entry.Size-9 == file.View.ReadUInt32 (entry.Offset+5))
|
||||
else if (0x44 == (signature & 0xFF) && entry.Size-9 == file.View.ReadUInt32 (entry.Offset+5))
|
||||
{
|
||||
entry.Type = "audio";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user