mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06:00
Refactored some anim/area sound classes
This commit is contained in:
parent
dbca509eb5
commit
fd3572f709
108 changed files with 1063 additions and 1078 deletions
|
|
@ -1,7 +1,6 @@
|
|||
package rt4;
|
||||
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public final class Static119 {
|
||||
|
||||
|
|
@ -28,19 +27,4 @@ public final class Static119 {
|
|||
return -1;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!je", name = "k", descriptor = "(I)V")
|
||||
public static void method2386() {
|
||||
@Pc(6) AreaSound local6;
|
||||
for (local6 = (AreaSound) Static3.aClass69_135.start(); local6 != null; local6 = (AreaSound) Static3.aClass69_135.next()) {
|
||||
if (local6.multiLocOrNpc) {
|
||||
local6.update();
|
||||
}
|
||||
}
|
||||
for (local6 = (AreaSound) Static152.aClass69_87.start(); local6 != null; local6 = (AreaSound) Static152.aClass69_87.next()) {
|
||||
if (local6.multiLocOrNpc) {
|
||||
local6.update();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue