mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-16 16:05:13 -06:00
Refactor area npc code
This commit is contained in:
parent
2bb188a6a5
commit
e62bf033e3
5 changed files with 181 additions and 175 deletions
|
|
@ -214,7 +214,7 @@ public final class Player extends PathingEntity {
|
|||
@Pc(37) boolean local37 = (local20 & 0x4) != 0;
|
||||
@Pc(41) int local41 = super.getSize();
|
||||
@Pc(44) int[] local44 = new int[12];
|
||||
this.method2692((local20 >> 3 & 0x7) + 1);
|
||||
this.setSize((local20 >> 3 & 0x7) + 1);
|
||||
this.anInt1651 = local20 >> 6 & 0x3;
|
||||
this.xFine += (this.getSize() - local41) * 64;
|
||||
this.zFine += (this.getSize() - local41) * 64;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue