mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06: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
|
|
@ -27,48 +27,4 @@ public final class Static65 {
|
|||
return local36;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!fc", name = "a", descriptor = "()V")
|
||||
public static void method1500() {
|
||||
@Pc(3) int local3;
|
||||
@Pc(9) int local9;
|
||||
@Pc(14) int local14;
|
||||
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.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.underWaterHdTiles = null;
|
||||
Static28.anInt917 = 0;
|
||||
if (Static91.aClass120Array1 != null) {
|
||||
for (local3 = 0; local3 < Static28.anInt917; local3++) {
|
||||
Static91.aClass120Array1[local3] = null;
|
||||
}
|
||||
}
|
||||
if (Static243.aClass31Array3 != null) {
|
||||
for (local3 = 0; local3 < Static22.anInt726; local3++) {
|
||||
Static243.aClass31Array3[local3] = null;
|
||||
}
|
||||
Static22.anInt726 = 0;
|
||||
}
|
||||
if (Static25.aClass31Array2 != null) {
|
||||
for (local3 = 0; local3 < Static25.aClass31Array2.length; local3++) {
|
||||
Static25.aClass31Array2[local3] = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue