Rename Class62_Sub2 to JavaAudioChannel

This commit is contained in:
Pazaz 2022-04-19 19:21:50 -04:00
parent 6652fe090a
commit d61e5b31e7
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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);