mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
Rename Class152 to VorbisResidue
This commit is contained in:
parent
d8a0812ec0
commit
f369d98054
3 changed files with 6 additions and 6 deletions
|
|
@ -162,7 +162,7 @@ public final class Class3_Sub17 extends Node {
|
|||
@Pc(131) int local131 = local123.anIntArray490[local126];
|
||||
@Pc(140) boolean local140 = !Static117.aClass67Array1[local131].method2272();
|
||||
for (@Pc(144) int local144 = 0; local144 < local123.anInt5563; local144++) {
|
||||
@Pc(155) Class152 local155 = Static117.aClass152Array1[local123.anIntArray491[local144]];
|
||||
@Pc(155) VorbisResidue local155 = Static117.aClass152Array1[local123.anIntArray491[local144]];
|
||||
@Pc(157) float[] local157 = Static117.aFloatArray14;
|
||||
local155.method4450(local157, local25 >> 1, local140);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ public final class Static117 {
|
|||
public static int[] anIntArray276;
|
||||
|
||||
@OriginalMember(owner = "client!jc", name = "u", descriptor = "[Lclient!vb;")
|
||||
public static Class152[] aClass152Array1;
|
||||
public static VorbisResidue[] aClass152Array1;
|
||||
|
||||
@OriginalMember(owner = "client!jc", name = "v", descriptor = "[Z")
|
||||
public static boolean[] aBooleanArray63;
|
||||
|
|
@ -181,9 +181,9 @@ public final class Static117 {
|
|||
aClass67Array1[local30] = new Class67();
|
||||
}
|
||||
local30 = method2350(6) + 1;
|
||||
aClass152Array1 = new Class152[local30];
|
||||
aClass152Array1 = new VorbisResidue[local30];
|
||||
for (local34 = 0; local34 < local30; local34++) {
|
||||
aClass152Array1[local34] = new Class152();
|
||||
aClass152Array1[local34] = new VorbisResidue();
|
||||
}
|
||||
local34 = method2350(6) + 1;
|
||||
aClass151Array1 = new Class151[local34];
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
|||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
@OriginalClass("client!vb")
|
||||
public final class Class152 {
|
||||
public final class VorbisResidue {
|
||||
|
||||
@OriginalMember(owner = "client!vb", name = "c", descriptor = "I")
|
||||
private final int anInt5679 = Static117.method2350(16);
|
||||
|
|
@ -28,7 +28,7 @@ public final class Class152 {
|
|||
private final int[] anIntArray511;
|
||||
|
||||
@OriginalMember(owner = "client!vb", name = "<init>", descriptor = "()V")
|
||||
public Class152() {
|
||||
public VorbisResidue() {
|
||||
@Pc(33) int[] local33 = new int[this.anInt5682];
|
||||
@Pc(35) int local35;
|
||||
for (local35 = 0; local35 < this.anInt5682; local35++) {
|
||||
Loading…
Add table
Add a link
Reference in a new issue