mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-16 16:05:13 -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
|
|
@ -67,10 +67,10 @@ public final class Static34 {
|
|||
public static void method879(@OriginalArg(0) PathingEntity arg0) {
|
||||
arg0.aBoolean171 = false;
|
||||
@Pc(18) SeqType local18;
|
||||
if (arg0.anInt3366 != -1) {
|
||||
local18 = SeqTypeList.get(arg0.anInt3366);
|
||||
if (arg0.movementSeqId != -1) {
|
||||
local18 = SeqTypeList.get(arg0.movementSeqId);
|
||||
if (local18 == null || local18.frames == null) {
|
||||
arg0.anInt3366 = -1;
|
||||
arg0.movementSeqId = -1;
|
||||
} else {
|
||||
arg0.anInt3396++;
|
||||
if (local18.frames.length > arg0.anInt3407 && arg0.anInt3396 > local18.anIntArray474[arg0.anInt3407]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue