mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Refactored much of the protocol class, new class names for a few
Class3_Sub31 -> ComponentPointer Class3_Sub22 -> ClanMember Class102 -> MapMarker Class3_Sub7 -> SceneryStack
This commit is contained in:
parent
2e4cc73755
commit
83a07e779e
118 changed files with 2196 additions and 2289 deletions
|
|
@ -75,7 +75,7 @@ public final class Map extends SecondaryNode {
|
|||
if (this.anInt763 > arg1 || arg1 > this.anInt770 || arg0 < this.anInt771 || arg0 > this.anInt758) {
|
||||
return false;
|
||||
}
|
||||
for (@Pc(33) MapChunk local33 = (MapChunk) this.chunks.method2289(); local33 != null; local33 = (MapChunk) this.chunks.method2288()) {
|
||||
for (@Pc(33) MapChunk local33 = (MapChunk) this.chunks.start(); local33 != null; local33 = (MapChunk) this.chunks.next()) {
|
||||
if (local33.method2760(arg0, arg1)) {
|
||||
return true;
|
||||
}
|
||||
|
|
@ -89,7 +89,7 @@ public final class Map extends SecondaryNode {
|
|||
this.anInt770 = 0;
|
||||
this.anInt758 = 0;
|
||||
this.anInt763 = 12800;
|
||||
for (@Pc(29) MapChunk local29 = (MapChunk) this.chunks.method2289(); local29 != null; local29 = (MapChunk) this.chunks.method2288()) {
|
||||
for (@Pc(29) MapChunk local29 = (MapChunk) this.chunks.start(); local29 != null; local29 = (MapChunk) this.chunks.next()) {
|
||||
if (local29.anInt3522 < this.anInt771) {
|
||||
this.anInt771 = local29.anInt3522;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue