mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-16 19:40:18 -07:00
Renamed more of ObjType
This commit is contained in:
parent
bcb88470f8
commit
694fc3b9dc
24 changed files with 477 additions and 425 deletions
|
|
@ -21,4 +21,15 @@ public class IntUtils {
|
|||
return local15;
|
||||
}
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!nb", name = "a", descriptor = "(BI)I")
|
||||
public static int clp2(@OriginalArg(1) int arg0) {
|
||||
@Pc(0) int local0 = arg0 - 1;
|
||||
@Pc(6) int local6 = local0 | local0 >>> 1;
|
||||
@Pc(22) int local22 = local6 | local6 >>> 2;
|
||||
@Pc(28) int local28 = local22 | local22 >>> 4;
|
||||
@Pc(34) int local34 = local28 | local28 >>> 8;
|
||||
@Pc(40) int local40 = local34 | local34 >>> 16;
|
||||
return local40 + 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue