mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-14 02:20:22 -07:00
Rename Class151 to VorbisMapping
This commit is contained in:
parent
63b81e5db3
commit
ac9f58a903
3 changed files with 6 additions and 6 deletions
|
|
@ -157,7 +157,7 @@ public final class Class3_Sub17 extends Node {
|
||||||
local104 = local25;
|
local104 = local25;
|
||||||
local108 = local25 >> 1;
|
local108 = local25 >> 1;
|
||||||
}
|
}
|
||||||
@Pc(123) Class151 local123 = Static117.aClass151Array1[Static117.anIntArray278[local15]];
|
@Pc(123) VorbisMapping local123 = Static117.aClass151Array1[Static117.anIntArray278[local15]];
|
||||||
@Pc(126) int local126 = local123.anInt5562;
|
@Pc(126) int local126 = local123.anInt5562;
|
||||||
@Pc(131) int local131 = local123.anIntArray490[local126];
|
@Pc(131) int local131 = local123.anIntArray490[local126];
|
||||||
@Pc(140) boolean local140 = !Static117.aClass67Array1[local131].method2272();
|
@Pc(140) boolean local140 = !Static117.aClass67Array1[local131].method2272();
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ public final class Static117 {
|
||||||
public static int anInt2975;
|
public static int anInt2975;
|
||||||
|
|
||||||
@OriginalMember(owner = "client!jc", name = "A", descriptor = "[Lclient!uk;")
|
@OriginalMember(owner = "client!jc", name = "A", descriptor = "[Lclient!uk;")
|
||||||
public static Class151[] aClass151Array1;
|
public static VorbisMapping[] aClass151Array1;
|
||||||
|
|
||||||
@OriginalMember(owner = "client!jc", name = "B", descriptor = "[F")
|
@OriginalMember(owner = "client!jc", name = "B", descriptor = "[F")
|
||||||
public static float[] aFloatArray12;
|
public static float[] aFloatArray12;
|
||||||
|
|
@ -186,9 +186,9 @@ public final class Static117 {
|
||||||
aClass152Array1[local34] = new VorbisResidue();
|
aClass152Array1[local34] = new VorbisResidue();
|
||||||
}
|
}
|
||||||
local34 = method2350(6) + 1;
|
local34 = method2350(6) + 1;
|
||||||
aClass151Array1 = new Class151[local34];
|
aClass151Array1 = new VorbisMapping[local34];
|
||||||
for (local38 = 0; local38 < local34; local38++) {
|
for (local38 = 0; local38 < local34; local38++) {
|
||||||
aClass151Array1[local38] = new Class151();
|
aClass151Array1[local38] = new VorbisMapping();
|
||||||
}
|
}
|
||||||
local38 = method2350(6) + 1;
|
local38 = method2350(6) + 1;
|
||||||
aBooleanArray63 = new boolean[local38];
|
aBooleanArray63 = new boolean[local38];
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
||||||
import org.openrs2.deob.annotation.Pc;
|
import org.openrs2.deob.annotation.Pc;
|
||||||
|
|
||||||
@OriginalClass("client!uk")
|
@OriginalClass("client!uk")
|
||||||
public final class Class151 {
|
public final class VorbisMapping {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!uk", name = "d", descriptor = "I")
|
@OriginalMember(owner = "client!uk", name = "d", descriptor = "I")
|
||||||
public final int anInt5563;
|
public final int anInt5563;
|
||||||
|
|
@ -18,7 +18,7 @@ public final class Class151 {
|
||||||
public final int[] anIntArray491;
|
public final int[] anIntArray491;
|
||||||
|
|
||||||
@OriginalMember(owner = "client!uk", name = "<init>", descriptor = "()V")
|
@OriginalMember(owner = "client!uk", name = "<init>", descriptor = "()V")
|
||||||
public Class151() {
|
public VorbisMapping() {
|
||||||
Static117.method2350(16);
|
Static117.method2350(16);
|
||||||
this.anInt5563 = Static117.method2346() == 0 ? 1 : Static117.method2350(4) + 1;
|
this.anInt5563 = Static117.method2346() == 0 ? 1 : Static117.method2350(4) + 1;
|
||||||
if (Static117.method2346() != 0) {
|
if (Static117.method2346() != 0) {
|
||||||
Loading…
Add table
Add a link
Reference in a new issue