mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 16:35:14 -06:00
Rename Class44 to HuffmanCodec
This commit is contained in:
parent
0f15d9bac8
commit
11fe6a4c76
5 changed files with 6 additions and 6 deletions
|
|
@ -83,7 +83,7 @@ public final class Static169 {
|
|||
public static int method3178(@OriginalArg(0) int arg0, @OriginalArg(1) int arg1, @OriginalArg(2) byte[] arg2) {
|
||||
@Pc(5) int local5 = -1;
|
||||
for (@Pc(15) int local15 = arg0; local15 < arg1; local15++) {
|
||||
local5 = local5 >>> 8 ^ Class44.anIntArray175[(local5 ^ arg2[local15]) & 0xFF];
|
||||
local5 = local5 >>> 8 ^ HuffmanCodec.anIntArray175[(local5 ^ arg2[local15]) & 0xFF];
|
||||
}
|
||||
return ~local5;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue