mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 21:40:30 -07:00
Renamed part of PlayerAppearance
This commit is contained in:
parent
df0796dc23
commit
a941543566
9 changed files with 180 additions and 156 deletions
|
|
@ -7,9 +7,6 @@ import org.openrs2.deob.annotation.Pc;
|
|||
@OriginalClass("client!qj")
|
||||
public final class TriangleNormal {
|
||||
|
||||
@OriginalMember(owner = "client!qj", name = "a", descriptor = "[J")
|
||||
public static final long[] aLongArray7 = new long[256];
|
||||
|
||||
@OriginalMember(owner = "client!qj", name = "c", descriptor = "I")
|
||||
public int anInt4767;
|
||||
|
||||
|
|
@ -19,17 +16,4 @@ public final class TriangleNormal {
|
|||
@OriginalMember(owner = "client!qj", name = "f", descriptor = "I")
|
||||
public int anInt4770;
|
||||
|
||||
static {
|
||||
for (@Pc(4) int local4 = 0; local4 < 256; local4++) {
|
||||
@Pc(10) long local10 = local4;
|
||||
for (@Pc(12) int local12 = 0; local12 < 8; local12++) {
|
||||
if ((local10 & 0x1L) == 1L) {
|
||||
local10 = local10 >>> 1 ^ 0xC96C5795D7870F42L;
|
||||
} else {
|
||||
local10 >>>= 0x1;
|
||||
}
|
||||
}
|
||||
aLongArray7[local4] = local10;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue