updated formats.

This commit is contained in:
morkt
2018-01-10 17:20:42 +04:00
parent 7b4efc874b
commit a6865194c4
3 changed files with 2 additions and 2 deletions

View File

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

View File

Binary file not shown.