mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 16:35:14 -06:00
Refactor client.mainLoad
This commit is contained in:
parent
c2553bfafb
commit
16e8148b7a
148 changed files with 1021 additions and 1023 deletions
|
|
@ -179,11 +179,11 @@ public final class Static260 {
|
|||
@Pc(14) AreaSound local14;
|
||||
for (local14 = (AreaSound) Static3.aClass69_135.method2289(); local14 != null; local14 = (AreaSound) Static3.aClass69_135.method2288()) {
|
||||
if (local14.aClass3_Sub3_Sub1_1 != null) {
|
||||
Static204.aClass3_Sub3_Sub2_1.method1347(local14.aClass3_Sub3_Sub1_1);
|
||||
Static204.soundStream.method1347(local14.aClass3_Sub3_Sub1_1);
|
||||
local14.aClass3_Sub3_Sub1_1 = null;
|
||||
}
|
||||
if (local14.aClass3_Sub3_Sub1_2 != null) {
|
||||
Static204.aClass3_Sub3_Sub2_1.method1347(local14.aClass3_Sub3_Sub1_2);
|
||||
Static204.soundStream.method1347(local14.aClass3_Sub3_Sub1_2);
|
||||
local14.aClass3_Sub3_Sub1_2 = null;
|
||||
}
|
||||
local14.method4658();
|
||||
|
|
@ -193,14 +193,14 @@ public final class Static260 {
|
|||
}
|
||||
for (local14 = (AreaSound) Static152.aClass69_87.method2289(); local14 != null; local14 = (AreaSound) Static152.aClass69_87.method2288()) {
|
||||
if (local14.aClass3_Sub3_Sub1_1 != null) {
|
||||
Static204.aClass3_Sub3_Sub2_1.method1347(local14.aClass3_Sub3_Sub1_1);
|
||||
Static204.soundStream.method1347(local14.aClass3_Sub3_Sub1_1);
|
||||
local14.aClass3_Sub3_Sub1_1 = null;
|
||||
}
|
||||
local14.method4658();
|
||||
}
|
||||
for (local14 = (AreaSound) Static93.aClass133_7.method3859(); local14 != null; local14 = (AreaSound) Static93.aClass133_7.method3861()) {
|
||||
if (local14.aClass3_Sub3_Sub1_1 != null) {
|
||||
Static204.aClass3_Sub3_Sub2_1.method1347(local14.aClass3_Sub3_Sub1_1);
|
||||
Static204.soundStream.method1347(local14.aClass3_Sub3_Sub1_1);
|
||||
local14.aClass3_Sub3_Sub1_1 = null;
|
||||
}
|
||||
local14.method4658();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue