(BgiFormat): added "bg" extension.

This commit is contained in:
morkt 2018-09-27 18:24:25 +04:00
parent 6367f119ec
commit b7897b0d62

View File

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