mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
(FC01.PakOpener): fixed accessibility issue.
This commit is contained in:
parent
3da10721c5
commit
57eb5d3c91
@ -125,7 +125,7 @@ namespace GameRes.Formats.FC01
|
|||||||
return input;
|
return input;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected Stream OpenEncryptedEntry (AgsiArchive arc, AgsiEntry entry)
|
internal Stream OpenEncryptedEntry (AgsiArchive arc, AgsiEntry entry)
|
||||||
{
|
{
|
||||||
uint enc_size = entry.Size;
|
uint enc_size = entry.Size;
|
||||||
if (enc_size > 1024)
|
if (enc_size > 1024)
|
||||||
|
Loading…
Reference in New Issue
Block a user