From 36544eddd05eb31f980d7111fb9b2f450418e108 Mon Sep 17 00:00:00 2001 From: morkt Date: Fri, 31 Aug 2018 04:29:55 +0400 Subject: [PATCH] (BgiAudio): added "bw" extension. --- ArcFormats/Ethornell/AudioBGI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArcFormats/Ethornell/AudioBGI.cs b/ArcFormats/Ethornell/AudioBGI.cs index 89c43e6c..a8c02f27 100644 --- a/ArcFormats/Ethornell/AudioBGI.cs +++ b/ArcFormats/Ethornell/AudioBGI.cs @@ -38,7 +38,7 @@ namespace GameRes.Formats.BGI public BgiAudio () { - Extensions = new string[] { "" }; + Extensions = new string[] { "bw", "", "_bw" }; } public override SoundInput TryOpen (IBinaryStream file)