mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06: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
|
|
@ -32,26 +32,26 @@ public final class Static65 {
|
|||
@Pc(3) int local3;
|
||||
@Pc(9) int local9;
|
||||
@Pc(14) int local14;
|
||||
if (Static197.aClass3_Sub5ArrayArrayArray2 != null) {
|
||||
for (local3 = 0; local3 < Static197.aClass3_Sub5ArrayArrayArray2.length; local3++) {
|
||||
for (local9 = 0; local9 < Static152.anInt3594; local9++) {
|
||||
for (local14 = 0; local14 < Static99.anInt2550; local14++) {
|
||||
Static197.aClass3_Sub5ArrayArrayArray2[local3][local9][local14] = null;
|
||||
if (Static197.surfaceGroundTiles != null) {
|
||||
for (local3 = 0; local3 < Static197.surfaceGroundTiles.length; local3++) {
|
||||
for (local9 = 0; local9 < Static152.mapSizeX; local9++) {
|
||||
for (local14 = 0; local14 < Static99.mapSizeZ; local14++) {
|
||||
Static197.surfaceGroundTiles[local3][local9][local14] = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Static36.aClass3_Sub14ArrayArray1 = null;
|
||||
if (Static276.aClass3_Sub5ArrayArrayArray3 != null) {
|
||||
for (local3 = 0; local3 < Static276.aClass3_Sub5ArrayArrayArray3.length; local3++) {
|
||||
for (local9 = 0; local9 < Static152.anInt3594; local9++) {
|
||||
for (local14 = 0; local14 < Static99.anInt2550; local14++) {
|
||||
Static276.aClass3_Sub5ArrayArrayArray3[local3][local9][local14] = null;
|
||||
Static36.surfaceHdTiles = null;
|
||||
if (Static276.underWaterGroundTiles != null) {
|
||||
for (local3 = 0; local3 < Static276.underWaterGroundTiles.length; local3++) {
|
||||
for (local9 = 0; local9 < Static152.mapSizeX; local9++) {
|
||||
for (local14 = 0; local14 < Static99.mapSizeZ; local14++) {
|
||||
Static276.underWaterGroundTiles[local3][local9][local14] = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Static195.aClass3_Sub14ArrayArray3 = null;
|
||||
Static195.underWaterHdTiles = null;
|
||||
Static28.anInt917 = 0;
|
||||
if (Static91.aClass120Array1 != null) {
|
||||
for (local3 = 0; local3 < Static28.anInt917; local3++) {
|
||||
|
|
@ -72,7 +72,7 @@ public final class Static65 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!fc", name = "b", descriptor = "(I)V")
|
||||
public static void method1501() {
|
||||
public static void handleKeyboard() {
|
||||
@Pc(12) Keyboard local12 = Static10.aClass149_1;
|
||||
synchronized (Static10.aClass149_1) {
|
||||
Static102.anInt2678 = Static228.anInt5105;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue