mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 13:30:30 -07:00
Rename Class3_Sub20 to AnimBase
This commit is contained in:
parent
e249e3d1a3
commit
be41edf039
4 changed files with 13 additions and 13 deletions
|
|
@ -18,18 +18,18 @@ public final class AnimFrameset extends SecondaryNode {
|
|||
for (@Pc(21) int local21 = 0; local21 < local19.length; local21++) {
|
||||
@Pc(37) byte[] local37 = arg0.method4495(arg2, local19[local21]);
|
||||
@Pc(51) int local51 = local37[1] & 0xFF | (local37[0] & 0xFF) << 8;
|
||||
@Pc(56) Class3_Sub20 local56 = (Class3_Sub20) local5.method2289();
|
||||
@Pc(58) Class3_Sub20 local58 = null;
|
||||
@Pc(56) AnimBase local56 = (AnimBase) local5.method2289();
|
||||
@Pc(58) AnimBase local58 = null;
|
||||
while (local56 != null) {
|
||||
if (local56.anInt3113 == local51) {
|
||||
local58 = local56;
|
||||
break;
|
||||
}
|
||||
local56 = (Class3_Sub20) local5.method2288();
|
||||
local56 = (AnimBase) local5.method2288();
|
||||
}
|
||||
if (local58 == null) {
|
||||
@Pc(85) byte[] local85 = arg1.method4502(0, local51);
|
||||
local58 = new Class3_Sub20(local51, local85);
|
||||
local58 = new AnimBase(local51, local85);
|
||||
local5.method2282(local58);
|
||||
}
|
||||
this.aClass104Array1[local19[local21]] = new AnimFrame(local37, local58);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue