mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-11 09:00:26 -07:00
Rename Class3_Sub16_Sub1 to PcmSound
This commit is contained in:
parent
fa40460c24
commit
9e1fd50e5f
11 changed files with 47 additions and 47 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue