mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06:00
Refactor part of the connection loop
This commit is contained in:
parent
80c6ba05ff
commit
f462316fce
158 changed files with 2147 additions and 2133 deletions
|
|
@ -80,7 +80,7 @@ public final class Static65 {
|
|||
@Pc(23) int local23;
|
||||
if (Static114.anInt5844 < 0) {
|
||||
for (local23 = 0; local23 < 112; local23++) {
|
||||
Static187.aBooleanArray101[local23] = false;
|
||||
Static187.pressedKeys[local23] = false;
|
||||
}
|
||||
Static114.anInt5844 = Static227.anInt5087;
|
||||
} else {
|
||||
|
|
@ -88,9 +88,9 @@ public final class Static65 {
|
|||
local23 = Static17.anIntArray53[Static227.anInt5087];
|
||||
Static227.anInt5087 = Static227.anInt5087 + 1 & 0x7F;
|
||||
if (local23 >= 0) {
|
||||
Static187.aBooleanArray101[local23] = true;
|
||||
Static187.pressedKeys[local23] = true;
|
||||
} else {
|
||||
Static187.aBooleanArray101[~local23] = false;
|
||||
Static187.pressedKeys[~local23] = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue