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