mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06:00
Loads of refactoring, renamed Class3_Sub13 to EnumStringEntry too
This commit is contained in:
parent
e11ef7d372
commit
d2c6c19cb8
263 changed files with 2432 additions and 2436 deletions
|
|
@ -81,13 +81,13 @@ public final class Static119 {
|
|||
public static void method2386() {
|
||||
@Pc(6) AreaSound local6;
|
||||
for (local6 = (AreaSound) Static3.aClass69_135.method2289(); local6 != null; local6 = (AreaSound) Static3.aClass69_135.method2288()) {
|
||||
if (local6.aBoolean117) {
|
||||
local6.method1567();
|
||||
if (local6.multiLocOrNpc) {
|
||||
local6.update();
|
||||
}
|
||||
}
|
||||
for (local6 = (AreaSound) Static152.aClass69_87.method2289(); local6 != null; local6 = (AreaSound) Static152.aClass69_87.method2288()) {
|
||||
if (local6.aBoolean117) {
|
||||
local6.method1567();
|
||||
if (local6.multiLocOrNpc) {
|
||||
local6.update();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue