Rename Class3_Sub16_Sub1 to PcmSound

This commit is contained in:
Pazaz 2022-04-19 19:20:22 -04:00
parent fa40460c24
commit 9e1fd50e5f
11 changed files with 47 additions and 47 deletions

View file

@ -61,9 +61,9 @@ public final class SynthSound {
}
@OriginalMember(owner = "client!sl", name = "b", descriptor = "()Lclient!kj;")
public final Class3_Sub16_Sub1 method3989() {
public final PcmSound method3989() {
@Pc(2) byte[] local2 = this.method3987();
return new Class3_Sub16_Sub1(22050, local2, this.anInt5207 * 22050 / 1000, this.anInt5206 * 22050 / 1000);
return new PcmSound(22050, local2, this.anInt5207 * 22050 / 1000, this.anInt5206 * 22050 / 1000);
}
@OriginalMember(owner = "client!sl", name = "c", descriptor = "()I")