mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-18 04:20:21 -07: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
|
|
@ -30,7 +30,7 @@ public final class CollisionMap {
|
|||
this.anInt3912 = 0;
|
||||
this.anInt3899 = arg0;
|
||||
this.flags = new int[this.anInt3899][this.anInt3904];
|
||||
this.resetFlags();
|
||||
this.clear();
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!mj", name = "a", descriptor = "(IZIIII)V")
|
||||
|
|
@ -761,7 +761,7 @@ public final class CollisionMap {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!mj", name = "a", descriptor = "(I)V")
|
||||
public final void resetFlags() {
|
||||
public final void clear() {
|
||||
for (@Pc(3) int local3 = 0; local3 < this.anInt3899; local3++) {
|
||||
for (@Pc(13) int local13 = 0; local13 < this.anInt3904; local13++) {
|
||||
if (local3 == 0 || local13 == 0 || local3 >= this.anInt3899 - 5 || this.anInt3904 - 5 <= local13) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue