mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-16 16:05:13 -06:00
Moved around some Static fields/methods, named LocType opcode 74
This commit is contained in:
parent
82c75b3ec9
commit
5e66d3ba01
95 changed files with 946 additions and 993 deletions
|
|
@ -179,7 +179,7 @@ public final class VorbisSound extends Node {
|
|||
@Pc(187) int[] local187 = new int[local38];
|
||||
@Pc(193) int local193 = Static204.method3674(local38 - 1);
|
||||
for (@Pc(195) int local195 = 0; local195 < local38; local195++) {
|
||||
local187[local195] = Static24.method667(local193, local195);
|
||||
local187[local195] = method667(local193, local195);
|
||||
}
|
||||
if (local17 == 0) {
|
||||
aFloatArray13 = local41;
|
||||
|
|
@ -250,7 +250,18 @@ public final class VorbisSound extends Node {
|
|||
return local1;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!jc", name = "a", descriptor = "([I)Lclient!kj;")
|
||||
@OriginalMember(owner = "client!bn", name = "a", descriptor = "(III)I")
|
||||
public static int method667(@OriginalArg(0) int arg0, @OriginalArg(2) int arg1) {
|
||||
@Pc(8) int local8 = 0;
|
||||
while (arg0 > 0) {
|
||||
local8 = local8 << 1 | arg1 & 0x1;
|
||||
arg1 >>>= 0x1;
|
||||
arg0--;
|
||||
}
|
||||
return local8;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!jc", name = "a", descriptor = "([I)Lclient!kj;")
|
||||
public final PcmSound method2341(@OriginalArg(0) int[] arg0) {
|
||||
if (arg0 != null && arg0[0] <= 0) {
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue