mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-17 03:50:24 -07:00
Started organizing CS2/Protocol-related functions
This commit is contained in:
parent
46740027df
commit
ef6a5d7385
268 changed files with 5936 additions and 6093 deletions
|
|
@ -26,7 +26,7 @@ public final class Static44 {
|
|||
Static231.anInt5204 = 0;
|
||||
Static230.opcode2 = -1;
|
||||
Static270.anInt5795 = 0;
|
||||
Static60.rebootTimer = 0;
|
||||
Player.rebootTimer = 0;
|
||||
Static49.opcode4 = -1;
|
||||
Protocol.inboundBuffer.offset = 0;
|
||||
Static201.anInt1862 = 0;
|
||||
|
|
@ -37,9 +37,9 @@ public final class Static44 {
|
|||
PlayerList.players[local35].faceEntity = -1;
|
||||
}
|
||||
}
|
||||
for (local35 = 0; local35 < Static175.npcs.length; local35++) {
|
||||
if (Static175.npcs[local35] != null) {
|
||||
Static175.npcs[local35].faceEntity = -1;
|
||||
for (local35 = 0; local35 < NpcList.npcs.length; local35++) {
|
||||
if (NpcList.npcs[local35] != null) {
|
||||
NpcList.npcs[local35].faceEntity = -1;
|
||||
}
|
||||
}
|
||||
Static102.method2073();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue