implemented AMAP bitmaps.

This commit is contained in:
morkt
2018-05-03 18:42:28 +04:00
parent 36a0a4308f
commit f536bfa3da
3 changed files with 113 additions and 1 deletions

View File

@@ -129,7 +129,7 @@ namespace GameRes.Formats.Tanuki
if (res != null)
entry.ChangeType (res);
}
if ("image" == entry.Type)
if ("image" == entry.Type && !entry.Name.HasExtension (".af"))
entry.EncryptedSize = Math.Min (10240, entry.Size);
else
entry.EncryptedSize = entry.Size;