From 6367f119ec16369703e4f52bc647f7ad16d76c2b Mon Sep 17 00:00:00 2001 From: morkt Date: Thu, 27 Sep 2018 18:24:12 +0400 Subject: [PATCH] (BgiAudio): common signature. --- ArcFormats/Ethornell/AudioBGI.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ArcFormats/Ethornell/AudioBGI.cs b/ArcFormats/Ethornell/AudioBGI.cs index a8c02f27..501d27d8 100644 --- a/ArcFormats/Ethornell/AudioBGI.cs +++ b/ArcFormats/Ethornell/AudioBGI.cs @@ -38,6 +38,7 @@ namespace GameRes.Formats.BGI public BgiAudio () { + Signatures = new uint[] { 0x40, 0 }; Extensions = new string[] { "bw", "", "_bw" }; }