mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Renamed some of SceneGraph, organized ChangeLocRequest
This commit is contained in:
parent
694fc3b9dc
commit
8708007fd1
39 changed files with 358 additions and 377 deletions
|
|
@ -58,8 +58,8 @@ public final class Static220 {
|
|||
@OriginalMember(owner = "client!rm", name = "a", descriptor = "(III)V")
|
||||
public static void method3801() {
|
||||
for (@Pc(1) int local1 = 0; local1 < SceneGraph.anInt3114; local1++) {
|
||||
for (@Pc(6) int local6 = 0; local6 < SceneGraph.mapSizeX; local6++) {
|
||||
for (@Pc(11) int local11 = 0; local11 < SceneGraph.mapSizeZ; local11++) {
|
||||
for (@Pc(6) int local6 = 0; local6 < SceneGraph.width; local6++) {
|
||||
for (@Pc(11) int local11 = 0; local11 < SceneGraph.length; local11++) {
|
||||
@Pc(22) Tile local22 = SceneGraph.tiles[local1][local6][local11];
|
||||
if (local22 != null) {
|
||||
@Pc(27) Wall local27 = local22.wall;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue