mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-11 09:00:26 -07:00
Lots of login/js5/cs2 refactoring, rename Class3_Sub14 to GlTile
This commit is contained in:
parent
16e8148b7a
commit
e5eeecd0ad
168 changed files with 3168 additions and 3161 deletions
|
|
@ -262,10 +262,10 @@ public final class Player extends PathingEntity {
|
|||
}
|
||||
@Pc(515) Model local515 = null;
|
||||
if (!this.aBoolean98 && this.anObject5 != null) {
|
||||
if (Static83.anInt372 >= this.anInt3375) {
|
||||
if (Static83.loop >= this.anInt3375) {
|
||||
this.anObject5 = null;
|
||||
}
|
||||
if (this.anInt3390 <= Static83.anInt372 && this.anInt3375 > Static83.anInt372) {
|
||||
if (this.anInt3390 <= Static83.loop && this.anInt3375 > Static83.loop) {
|
||||
if (this.anObject5 instanceof Loc) {
|
||||
local515 = (Model) ((Loc) this.anObject5).method1049();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue