(ARC): added SCR to contained formats.

This commit is contained in:
morkt 2018-12-19 03:22:52 +04:00
parent 12d9027ce3
commit 03045b1337

View File

@ -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)