mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -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
|
|
@ -39,12 +39,12 @@ public final class Static252 {
|
|||
if (Static227.cameraType != 1) {
|
||||
local33 = SceneGraph.getTileHeight(Player.level, Static138.renderX, Static134.renderZ);
|
||||
if (local33 - Static5.anInt40 < 800 && (Static12.tileSettings[Player.level][Static138.renderX >> 7][Static134.renderZ >> 7] & 0x4) != 0) {
|
||||
Static254.method4348(false, Static138.renderX >> 7, Static134.renderZ >> 7, Static130.aClass3_Sub5ArrayArrayArray1, 1);
|
||||
Static254.method4348(false, Static138.renderX >> 7, Static134.renderZ >> 7, SceneGraph.tiles, 1);
|
||||
}
|
||||
return;
|
||||
}
|
||||
if ((Static12.tileSettings[Player.level][PlayerList.self.xFine >> 7][PlayerList.self.zFine >> 7] & 0x4) != 0) {
|
||||
Static254.method4348(false, PlayerList.self.xFine >> 7, PlayerList.self.zFine >> 7, Static130.aClass3_Sub5ArrayArrayArray1, 0);
|
||||
Static254.method4348(false, PlayerList.self.xFine >> 7, PlayerList.self.zFine >> 7, SceneGraph.tiles, 0);
|
||||
}
|
||||
if (Static240.cameraPitch >= 310) {
|
||||
return;
|
||||
|
|
@ -77,7 +77,7 @@ public final class Static252 {
|
|||
local40--;
|
||||
}
|
||||
if ((Static12.tileSettings[Player.level][local33][local40] & 0x4) != 0) {
|
||||
Static254.method4348(false, local33, local40, Static130.aClass3_Sub5ArrayArrayArray1, 1);
|
||||
Static254.method4348(false, local33, local40, SceneGraph.tiles, 1);
|
||||
break;
|
||||
}
|
||||
local186 += local192;
|
||||
|
|
@ -89,7 +89,7 @@ public final class Static252 {
|
|||
}
|
||||
local186 -= 65536;
|
||||
if ((Static12.tileSettings[Player.level][local33][local40] & 0x4) != 0) {
|
||||
Static254.method4348(false, local33, local40, Static130.aClass3_Sub5ArrayArrayArray1, 1);
|
||||
Static254.method4348(false, local33, local40, SceneGraph.tiles, 1);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
@ -105,7 +105,7 @@ public final class Static252 {
|
|||
local33--;
|
||||
}
|
||||
if ((Static12.tileSettings[Player.level][local33][local40] & 0x4) != 0) {
|
||||
Static254.method4348(false, local33, local40, Static130.aClass3_Sub5ArrayArrayArray1, 1);
|
||||
Static254.method4348(false, local33, local40, SceneGraph.tiles, 1);
|
||||
break;
|
||||
}
|
||||
local186 += local192;
|
||||
|
|
@ -117,7 +117,7 @@ public final class Static252 {
|
|||
}
|
||||
local186 -= 65536;
|
||||
if ((Static12.tileSettings[Player.level][local33][local40] & 0x4) != 0) {
|
||||
Static254.method4348(false, local33, local40, Static130.aClass3_Sub5ArrayArrayArray1, 1);
|
||||
Static254.method4348(false, local33, local40, SceneGraph.tiles, 1);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue