mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented AMAP bitmaps.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user