From a5f398a2d51fab8b9e2f7ab811d5dcbcb925eaf7 Mon Sep 17 00:00:00 2001 From: morkt Date: Sun, 28 May 2017 13:34:33 +0400 Subject: [PATCH] (Will.ArcOpener): added common signatures. --- ArcFormats/Will/ArcWILL.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ArcFormats/Will/ArcWILL.cs b/ArcFormats/Will/ArcWILL.cs index 3398eaef..e3dac968 100644 --- a/ArcFormats/Will/ArcWILL.cs +++ b/ArcFormats/Will/ArcWILL.cs @@ -57,6 +57,7 @@ namespace GameRes.Formats.Will ArcOpener () { Extensions = new string[] { "arc" }; + Signatures = new uint[] { 1, 0 }; } public override ArcFile TryOpen (ArcView file)