(VAFS): added "056" extension.

This commit is contained in:
morkt 2018-10-25 16:50:08 +04:00
parent 8c758668f2
commit 657368812e

View File

@ -43,10 +43,10 @@ namespace GameRes.Formats.Softpal
public VafsOpener ()
{
Extensions = new string[] { "052", "055", "058" };
Extensions = new string[] { "052", "055", "056", "058" };
}
static readonly Lazy<ImageFormat> s_PicFormat = new Lazy<ImageFormat> (() => ImageFormat.FindByTag ("PIC/SOFTPAL"));
static readonly ResourceInstance<ImageFormat> s_PicFormat = new ResourceInstance<ImageFormat> ("PIC/SOFTPAL");
public override ArcFile TryOpen (ArcView file)
{