mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 13:45:34 +08:00
(EriFormat): added signature string for "moving" images.
This commit is contained in:
parent
0e57e73ded
commit
ab7de589ec
@ -148,7 +148,8 @@ namespace GameRes.Formats.Entis
|
||||
return null;
|
||||
if (0x03000100 != LittleEndian.ToUInt32 (header, 8))
|
||||
return null;
|
||||
if (!Binary.AsciiEqual (header, 0x10, "Entis Rasterized Image"))
|
||||
if (!Binary.AsciiEqual (header, 0x10, "Entis Rasterized Image")
|
||||
&& !Binary.AsciiEqual (header, 0x10, "Moving Entis Image"))
|
||||
return null;
|
||||
using (var reader = new EriFile (stream))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user