From 1bd081e72d230f849539ee596af0f49f13b28f4c Mon Sep 17 00:00:00 2001 From: morkt Date: Thu, 9 Aug 2018 08:44:13 +0400 Subject: [PATCH] (Abogado): added "thumb" archive name. --- ArcFormats/Abogado/ArcDSK.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ArcFormats/Abogado/ArcDSK.cs b/ArcFormats/Abogado/ArcDSK.cs index 55a0947b..075738f1 100644 --- a/ArcFormats/Abogado/ArcDSK.cs +++ b/ArcFormats/Abogado/ArcDSK.cs @@ -39,7 +39,7 @@ namespace GameRes.Formats.Abogado public override bool IsHierarchic { get { return false; } } public override bool CanWrite { get { return false; } } - static readonly IDictionary ExtensionMap = new Dictionary (StringComparer.InvariantCultureIgnoreCase) + static readonly IDictionary ExtensionMap = new Dictionary (StringComparer.OrdinalIgnoreCase) { { "BACK", "KG" }, { "BUST", "KG" }, @@ -47,6 +47,7 @@ namespace GameRes.Formats.Abogado { "SYSTEM", "KG" }, { "VISUAL", "KG" }, { "SETTEI", "KG" }, + { "THUMB", "KG" }, { "SCENE", "SCF" }, { "SOUND", "ADP" }, { "PCM1", "ADP" },