From b7897b0d62c4efd664d0fb8ca033560771d529b0 Mon Sep 17 00:00:00 2001 From: morkt Date: Thu, 27 Sep 2018 18:24:25 +0400 Subject: [PATCH] (BgiFormat): added "bg" extension. --- ArcFormats/Ethornell/ImageBGI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArcFormats/Ethornell/ImageBGI.cs b/ArcFormats/Ethornell/ImageBGI.cs index 2f9df00d..05065503 100644 --- a/ArcFormats/Ethornell/ImageBGI.cs +++ b/ArcFormats/Ethornell/ImageBGI.cs @@ -43,7 +43,7 @@ namespace GameRes.Formats.BGI public BgiFormat () { - Extensions = new string[] { "", "bgi", "_bg" }; + Extensions = new string[] { "", "bgi", "_bg", "bg" }; } public override void Write (Stream file, ImageData image)