mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-16 16:05:13 -06:00
Refactored SignLink classes
This commit is contained in:
parent
8a35c73f76
commit
38800991cb
49 changed files with 741 additions and 748 deletions
|
|
@ -344,12 +344,12 @@ public final class SoundPcmStream extends PcmStream {
|
|||
}
|
||||
this.anInt351 += arg1;
|
||||
if (this.anInt342 == 256 && (this.anInt346 & 0xFF) == 0) {
|
||||
if (Static164.aBoolean192) {
|
||||
if (AudioChannel.stereo) {
|
||||
arg1 = Static284.method393(((PcmSound) this.aClass3_Sub16_5).aByteArray47, arg0, this.anInt346, arg1, this.anInt355, this.anInt352, this.anInt347, this.anInt354, local7, arg2, this);
|
||||
} else {
|
||||
arg1 = Static284.method395(((PcmSound) this.aClass3_Sub16_5).aByteArray47, arg0, this.anInt346, arg1, this.anInt348, this.anInt344, local7, arg2, this);
|
||||
}
|
||||
} else if (Static164.aBoolean192) {
|
||||
} else if (AudioChannel.stereo) {
|
||||
arg1 = Static284.method388(((PcmSound) this.aClass3_Sub16_5).aByteArray47, arg0, this.anInt346, arg1, this.anInt355, this.anInt352, this.anInt347, this.anInt354, local7, arg2, this, this.anInt342, arg4);
|
||||
} else {
|
||||
arg1 = Static284.method389(((PcmSound) this.aClass3_Sub16_5).aByteArray47, arg0, this.anInt346, arg1, this.anInt348, this.anInt344, local7, arg2, this, this.anInt342, arg4);
|
||||
|
|
@ -364,12 +364,12 @@ public final class SoundPcmStream extends PcmStream {
|
|||
return arg3;
|
||||
}
|
||||
if (this.anInt342 == 256 && (this.anInt346 & 0xFF) == 0) {
|
||||
if (Static164.aBoolean192) {
|
||||
if (AudioChannel.stereo) {
|
||||
return Static284.method387(((PcmSound) this.aClass3_Sub16_5).aByteArray47, arg0, this.anInt346, arg1, this.anInt355, this.anInt352, arg3, arg2, this);
|
||||
}
|
||||
return Static284.method391(((PcmSound) this.aClass3_Sub16_5).aByteArray47, arg0, this.anInt346, arg1, this.anInt348, arg3, arg2, this);
|
||||
}
|
||||
if (Static164.aBoolean192) {
|
||||
if (AudioChannel.stereo) {
|
||||
return Static284.method400(((PcmSound) this.aClass3_Sub16_5).aByteArray47, arg0, this.anInt346, arg1, this.anInt355, this.anInt352, arg3, arg2, this, this.anInt342, arg4);
|
||||
}
|
||||
return Static284.method422(((PcmSound) this.aClass3_Sub16_5).aByteArray47, arg0, this.anInt346, arg1, this.anInt348, arg3, arg2, this, this.anInt342, arg4);
|
||||
|
|
@ -594,12 +594,12 @@ public final class SoundPcmStream extends PcmStream {
|
|||
}
|
||||
this.anInt351 += arg1;
|
||||
if (this.anInt342 == -256 && (this.anInt346 & 0xFF) == 0) {
|
||||
if (Static164.aBoolean192) {
|
||||
if (AudioChannel.stereo) {
|
||||
arg1 = Static284.method402(((PcmSound) this.aClass3_Sub16_5).aByteArray47, arg0, this.anInt346, arg1, this.anInt355, this.anInt352, this.anInt347, this.anInt354, local7, arg2, this);
|
||||
} else {
|
||||
arg1 = Static284.method394(((PcmSound) this.aClass3_Sub16_5).aByteArray47, arg0, this.anInt346, arg1, this.anInt348, this.anInt344, local7, arg2, this);
|
||||
}
|
||||
} else if (Static164.aBoolean192) {
|
||||
} else if (AudioChannel.stereo) {
|
||||
arg1 = Static284.method407(((PcmSound) this.aClass3_Sub16_5).aByteArray47, arg0, this.anInt346, arg1, this.anInt355, this.anInt352, this.anInt347, this.anInt354, local7, arg2, this, this.anInt342, arg4);
|
||||
} else {
|
||||
arg1 = Static284.method415(((PcmSound) this.aClass3_Sub16_5).aByteArray47, arg0, this.anInt346, arg1, this.anInt348, this.anInt344, local7, arg2, this, this.anInt342, arg4);
|
||||
|
|
@ -614,12 +614,12 @@ public final class SoundPcmStream extends PcmStream {
|
|||
return arg3;
|
||||
}
|
||||
if (this.anInt342 == -256 && (this.anInt346 & 0xFF) == 0) {
|
||||
if (Static164.aBoolean192) {
|
||||
if (AudioChannel.stereo) {
|
||||
return Static284.method414(((PcmSound) this.aClass3_Sub16_5).aByteArray47, arg0, this.anInt346, arg1, this.anInt355, this.anInt352, arg3, arg2, this);
|
||||
}
|
||||
return Static284.method413(((PcmSound) this.aClass3_Sub16_5).aByteArray47, arg0, this.anInt346, arg1, this.anInt348, arg3, arg2, this);
|
||||
}
|
||||
if (Static164.aBoolean192) {
|
||||
if (AudioChannel.stereo) {
|
||||
return Static284.method420(((PcmSound) this.aClass3_Sub16_5).aByteArray47, arg0, this.anInt346, arg1, this.anInt355, this.anInt352, arg3, arg2, this, this.anInt342, arg4);
|
||||
}
|
||||
return Static284.method390(((PcmSound) this.aClass3_Sub16_5).aByteArray47, arg0, this.anInt346, arg1, this.anInt348, arg3, arg2, this, this.anInt342, arg4);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue