diff --git a/ArcFormats/ArcMiris.cs b/ArcFormats/ArcMiris.cs index bad286c3..58380bc0 100644 --- a/ArcFormats/ArcMiris.cs +++ b/ArcFormats/ArcMiris.cs @@ -97,7 +97,7 @@ namespace GameRes.Formats.Miris public GlnkOpener () { - Extensions = new string[] { "dat", "glk", "mlk", "slk" }; + Extensions = new string[] { "dat", "glk", "mlk", "slk", "gl", "ml", "sl" }; } public override ArcFile TryOpen (ArcView file)