mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 01:21:23 -07:00
Rename Class118 to LocType
This commit is contained in:
parent
62e1277190
commit
1d599cf06a
21 changed files with 29 additions and 29 deletions
|
|
@ -52,13 +52,13 @@ public final class Static137 {
|
|||
for (local76 = 0; local76 < 104; local76++) {
|
||||
@Pc(169) long local169 = Static20.method602(Static55.anInt1735, local37 + 0, local76);
|
||||
if (local169 != 0L) {
|
||||
@Pc(184) Class118 local184 = Static271.method4601((int) (local169 >>> 32) & Integer.MAX_VALUE);
|
||||
@Pc(184) LocType local184 = Static271.method4601((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) Class118 local216 = Static271.method4601(local184.anIntArray380[local194]);
|
||||
@Pc(216) LocType local216 = Static271.method4601(local184.anIntArray380[local194]);
|
||||
if (local216.anInt4400 >= 0) {
|
||||
local187 = local216.anInt4400;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue