From 03045b1337fcc14d67ed23c8c4155f5abff4c3cd Mon Sep 17 00:00:00 2001 From: morkt Date: Wed, 19 Dec 2018 03:22:52 +0400 Subject: [PATCH] (ARC): added SCR to contained formats. --- ArcFormats/Will/ArcWILL.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArcFormats/Will/ArcWILL.cs b/ArcFormats/Will/ArcWILL.cs index bc382af9..c832f849 100644 --- a/ArcFormats/Will/ArcWILL.cs +++ b/ArcFormats/Will/ArcWILL.cs @@ -58,7 +58,7 @@ namespace GameRes.Formats.Will { Extensions = new string[] { "arc" }; Signatures = new uint[] { 1, 0, 5, 6 }; - ContainedFormats = new[] { "WIP", "PNA", "OGG" }; + ContainedFormats = new[] { "WIP", "PNA", "OGG", "SCR" }; } public override ArcFile TryOpen (ArcView file)