Renamed some of SceneGraph, organized ChangeLocRequest

This commit is contained in:
Pazaz 2022-06-15 14:26:35 -04:00
parent 694fc3b9dc
commit 8708007fd1
39 changed files with 358 additions and 377 deletions

View file

@ -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;