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
|
|
@ -64,9 +64,9 @@ public final class Static69 {
|
|||
for (@Pc(17) int local17 = arg1; local17 <= arg1 + 1; local17++) {
|
||||
if (local17 != SceneGraph.anInt3114) {
|
||||
for (@Pc(28) int local28 = local3; local28 <= local7; local28++) {
|
||||
if (local28 >= 0 && local28 < SceneGraph.mapSizeX) {
|
||||
if (local28 >= 0 && local28 < SceneGraph.width) {
|
||||
for (@Pc(39) int local39 = local11; local39 <= local15; local39++) {
|
||||
if (local39 >= 0 && local39 < SceneGraph.mapSizeZ && (!local1 || local28 >= local7 || local39 >= local15 || local39 < arg3 && local28 != arg2)) {
|
||||
if (local39 >= 0 && local39 < SceneGraph.length && (!local1 || local28 >= local7 || local39 >= local15 || local39 < arg3 && local28 != arg2)) {
|
||||
@Pc(71) Tile local71 = SceneGraph.tiles[local17][local28][local39];
|
||||
if (local71 != null) {
|
||||
@Pc(158) int local158 = (SceneGraph.tileHeights[local17][local28][local39] + SceneGraph.tileHeights[local17][local28 + 1][local39] + SceneGraph.tileHeights[local17][local28][local39 + 1] + SceneGraph.tileHeights[local17][local28 + 1][local39 + 1]) / 4 - (SceneGraph.tileHeights[arg1][arg2][arg3] + SceneGraph.tileHeights[arg1][arg2 + 1][arg3] + SceneGraph.tileHeights[arg1][arg2][arg3 + 1] + SceneGraph.tileHeights[arg1][arg2 + 1][arg3 + 1]) / 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue