(FC01.PakOpener): fixed accessibility issue.

This commit is contained in:
morkt 2018-03-28 02:43:25 +04:00
parent 3da10721c5
commit 57eb5d3c91

View File

@ -125,7 +125,7 @@ namespace GameRes.Formats.FC01
return input;
}
protected Stream OpenEncryptedEntry (AgsiArchive arc, AgsiEntry entry)
internal Stream OpenEncryptedEntry (AgsiArchive arc, AgsiEntry entry)
{
uint enc_size = entry.Size;
if (enc_size > 1024)