(DatOpener): added signature.

This commit is contained in:
morkt 2018-07-06 15:21:13 +04:00
parent d10e3e9a14
commit 148767fc96

View File

@ -135,7 +135,7 @@ namespace GameRes.Formats.Malie
public DatOpener ()
{
Extensions = new string[] { "lib", "dat" };
Signatures = new uint[] { 0, 0x3F503FB1, 0xC237434E, 0x8CD11522, 0x09D411A7, 0xAAC48CAA, 0x9FC2BCB1 };
Signatures = new uint[] { 0, 0x3F503FB1, 0xC237434E, 0x8CD11522, 0x09D411A7, 0xAAC48CAA, 0x9FC2BCB1, 0xAAC900A3 };
}
public override ArcFile TryOpen (ArcView file)