(Legacy): FL3 archives and BM2 images.

This commit is contained in:
morkt
2018-08-20 14:41:38 +04:00
parent be76fa6028
commit 813ed39c76
3 changed files with 207 additions and 2 deletions

View File

@@ -73,8 +73,6 @@ namespace GameRes.Formats.Aaru
entry.Size = size;
if (!entry.CheckPlacement (file.MaxOffset))
return null;
if (name.HasExtension (".BM2"))
entry.Type = "image";
dir.Add (entry);
pos += name_length;
}