mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 09:30:22 -07:00
Refactored Keyboard class
This commit is contained in:
parent
ed473ddd96
commit
5711fb89c0
35 changed files with 251 additions and 239 deletions
|
|
@ -901,9 +901,9 @@ public final class Static87 {
|
|||
Static72.pitchTarget = 383;
|
||||
}
|
||||
Static57.yawTarget &= 0x7FF;
|
||||
@Pc(33) int local33 = Static81.anInt2223 >> 7;
|
||||
@Pc(37) int local37 = Static111.anInt2900 >> 7;
|
||||
@Pc(43) int local43 = Static207.method3685(Static55.level, Static81.anInt2223, Static111.anInt2900);
|
||||
@Pc(33) int local33 = Static81.cameraX >> 7;
|
||||
@Pc(37) int local37 = Static111.cameraZ >> 7;
|
||||
@Pc(43) int local43 = Static207.method3685(Static55.level, Static81.cameraX, Static111.cameraZ);
|
||||
@Pc(45) int local45 = 0;
|
||||
@Pc(64) int local64;
|
||||
if (local33 > 3 && local37 > 3 && local33 < 100 && local37 < 100) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue