mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-16 16:05:13 -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
|
|
@ -20,7 +20,7 @@ public final class Static16 {
|
|||
if (!GlRenderer.enabled || Static231.aBoolean252) {
|
||||
return;
|
||||
}
|
||||
@Pc(14) Tile[][][] local14 = Static130.aClass3_Sub5ArrayArrayArray1;
|
||||
@Pc(14) Tile[][][] local14 = SceneGraph.tiles;
|
||||
for (@Pc(22) int local22 = 0; local22 < local14.length; local22++) {
|
||||
@Pc(30) Tile[][] local30 = local14[local22];
|
||||
for (@Pc(32) int local32 = 0; local32 < local30.length; local32++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue