From 657368812ed3962f65e46ca8a27eac60a803da1b Mon Sep 17 00:00:00 2001 From: morkt Date: Thu, 25 Oct 2018 16:50:08 +0400 Subject: [PATCH] (VAFS): added "056" extension. --- ArcFormats/Softpal/ArcVAFS.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArcFormats/Softpal/ArcVAFS.cs b/ArcFormats/Softpal/ArcVAFS.cs index cb09aa67..c95cc2e8 100644 --- a/ArcFormats/Softpal/ArcVAFS.cs +++ b/ArcFormats/Softpal/ArcVAFS.cs @@ -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 s_PicFormat = new Lazy (() => ImageFormat.FindByTag ("PIC/SOFTPAL")); + static readonly ResourceInstance s_PicFormat = new ResourceInstance ("PIC/SOFTPAL"); public override ArcFile TryOpen (ArcView file) {