mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Refactored some anim/area sound classes
This commit is contained in:
parent
dbca509eb5
commit
fd3572f709
108 changed files with 1063 additions and 1078 deletions
|
|
@ -69,7 +69,7 @@ public final class SynthSound {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!sl", name = "b", descriptor = "()Lclient!kj;")
|
||||
public final PcmSound method3989() {
|
||||
public final PcmSound toPcmSound() {
|
||||
@Pc(2) byte[] local2 = this.method3987();
|
||||
return new PcmSound(22050, local2, this.anInt5207 * 22050 / 1000, this.anInt5206 * 22050 / 1000);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue