mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-16 11:30:19 -07:00
Rename Class62_Sub2 to JavaAudioChannel
This commit is contained in:
parent
6652fe090a
commit
d61e5b31e7
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
||||||
import org.openrs2.deob.annotation.Pc;
|
import org.openrs2.deob.annotation.Pc;
|
||||||
|
|
||||||
@OriginalClass("client!qa")
|
@OriginalClass("client!qa")
|
||||||
public final class Class62_Sub2 extends AudioChannel {
|
public final class JavaAudioChannel extends AudioChannel {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!qa", name = "L", descriptor = "I")
|
@OriginalMember(owner = "client!qa", name = "L", descriptor = "I")
|
||||||
private int anInt4645;
|
private int anInt4645;
|
||||||
|
|
@ -48,7 +48,7 @@ public final class Static107 {
|
||||||
throw new IllegalStateException();
|
throw new IllegalStateException();
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
@Pc(33) AudioChannel local33 = (AudioChannel) Class.forName("Class62_Sub2").getDeclaredConstructor().newInstance();
|
@Pc(33) AudioChannel local33 = (AudioChannel) Class.forName("JavaAudioChannel").getDeclaredConstructor().newInstance();
|
||||||
local33.anInt4641 = arg0;
|
local33.anInt4641 = arg0;
|
||||||
local33.anIntArray411 = new int[(Static164.aBoolean192 ? 2 : 1) * 256];
|
local33.anIntArray411 = new int[(Static164.aBoolean192 ? 2 : 1) * 256];
|
||||||
local33.method3576(arg2);
|
local33.method3576(arg2);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue