mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 09:30:22 -07:00
Renamed bunch of variables in all Type classes
This commit is contained in:
parent
d2c6c19cb8
commit
a3420acc1c
121 changed files with 1408 additions and 1408 deletions
|
|
@ -52,13 +52,13 @@ public final class Static137 {
|
|||
for (local76 = 0; local76 < 104; local76++) {
|
||||
@Pc(169) long local169 = Static20.method602(Static55.level, local37 + 0, local76);
|
||||
if (local169 != 0L) {
|
||||
@Pc(184) LocType local184 = Static271.method4601((int) (local169 >>> 32) & Integer.MAX_VALUE);
|
||||
@Pc(184) LocType local184 = Static271.get((int) (local169 >>> 32) & Integer.MAX_VALUE);
|
||||
@Pc(187) int local187 = local184.anInt4400;
|
||||
@Pc(194) int local194;
|
||||
if (local184.anIntArray380 != null) {
|
||||
for (local194 = 0; local194 < local184.anIntArray380.length; local194++) {
|
||||
if (local184.anIntArray380[local194] != -1) {
|
||||
@Pc(216) LocType local216 = Static271.method4601(local184.anIntArray380[local194]);
|
||||
if (local184.multiLocs != null) {
|
||||
for (local194 = 0; local194 < local184.multiLocs.length; local194++) {
|
||||
if (local184.multiLocs[local194] != -1) {
|
||||
@Pc(216) LocType local216 = Static271.get(local184.multiLocs[local194]);
|
||||
if (local216.anInt4400 >= 0) {
|
||||
local187 = local216.anInt4400;
|
||||
break;
|
||||
|
|
@ -143,6 +143,6 @@ public final class Static137 {
|
|||
@OriginalMember(owner = "client!kl", name = "c", descriptor = "(II)V")
|
||||
public static void method2666() {
|
||||
Static279.aClass99_38.method3102(5);
|
||||
Static56.aClass99_9.method3102(5);
|
||||
Static56.models.method3102(5);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue