mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -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
|
|
@ -43,7 +43,7 @@ public final class Static266 {
|
|||
public static void method4193(@OriginalArg(0) Scenery arg0) {
|
||||
for (@Pc(2) int local2 = arg0.anInt1701; local2 <= arg0.anInt1713; local2++) {
|
||||
for (@Pc(9) int local9 = arg0.anInt1696; local9 <= arg0.anInt1698; local9++) {
|
||||
@Pc(22) Tile local22 = Static130.aClass3_Sub5ArrayArrayArray1[arg0.anInt1709][local2][local9];
|
||||
@Pc(22) Tile local22 = SceneGraph.tiles[arg0.anInt1709][local2][local9];
|
||||
if (local22 != null) {
|
||||
@Pc(26) int local26;
|
||||
for (local26 = 0; local26 < local22.anInt662; local26++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue