mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 16:35:14 -06:00
Started organizing CS2/Protocol-related functions
This commit is contained in:
parent
46740027df
commit
ef6a5d7385
268 changed files with 5936 additions and 6093 deletions
|
|
@ -19,7 +19,7 @@ public final class Static75 {
|
|||
|
||||
@OriginalMember(owner = "client!g", name = "a", descriptor = "(III)Lclient!df;")
|
||||
public static WallDecor method1633(@OriginalArg(0) int arg0, @OriginalArg(1) int arg1, @OriginalArg(2) int arg2) {
|
||||
@Pc(7) Tile local7 = Static130.aClass3_Sub5ArrayArrayArray1[arg0][arg1][arg2];
|
||||
@Pc(7) Tile local7 = SceneGraph.tiles[arg0][arg1][arg2];
|
||||
if (local7 == null) {
|
||||
return null;
|
||||
} else {
|
||||
|
|
@ -253,7 +253,7 @@ public final class Static75 {
|
|||
local1184 = local39 - 1;
|
||||
local1188 = local1184 & 0x7FF;
|
||||
local1194 = local1184 >> 11 & 0xF;
|
||||
local1198 = Static175.npcs[local1188];
|
||||
local1198 = NpcList.npcs[local1188];
|
||||
} else {
|
||||
local1184 = -local39 - 1;
|
||||
local1194 = local1184 >> 11 & 0xF;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue