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

@ -78,19 +78,4 @@ public final class Static35 {
}
}
@OriginalMember(owner = "client!cl", name = "a", descriptor = "(III)J")
public static long method899(@OriginalArg(0) int arg0, @OriginalArg(1) int arg1, @OriginalArg(2) int arg2) {
@Pc(7) Tile local7 = SceneGraph.tiles[arg0][arg1][arg2];
if (local7 == null) {
return 0L;
}
for (@Pc(13) int local13 = 0; local13 < local7.sceneryLen; local13++) {
@Pc(22) Scenery local22 = local7.scenery[local13];
if ((local22.key >> 29 & 0x3L) == 2L && local22.anInt1701 == arg1 && local22.anInt1696 == arg2) {
return local22.key;
}
}
return 0L;
}
}