Skip to content

Commit

Permalink
(Pak2Opener.Decrypt): made accessible from internal methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
morkt committed Apr 20, 2019
1 parent bf6d1a6 commit 8315575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArcFormats/Cherry/ArcCherry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public override ArcFile TryOpen (ArcView file)
return new ArcFile (file, this, dir);
}

void Decrypt (byte[] data, int index, int length) // Exile ~Blood Royal 2~
internal static void Decrypt (byte[] data, int index, int length) // Exile ~Blood Royal 2~
{
for (int i = 0; i+1 < length; i += 2)
{
Expand Down

0 comments on commit 8315575

Please sign in to comment.