mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-10 13:11:07 -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
|
|
@ -28,12 +28,12 @@ public final class Static195 {
|
|||
for (@Pc(16) ProjAnimNode local16 = (ProjAnimNode) Static217.aClass69_116.method2289(); local16 != null; local16 = (ProjAnimNode) Static217.aClass69_116.method2288()) {
|
||||
@Pc(21) ProjAnim local21 = local16.aClass8_Sub6_1;
|
||||
if (Static55.level != local21.anInt4810 || local21.anInt4800 < Static83.loop) {
|
||||
local16.method4658();
|
||||
local16.unlink();
|
||||
} else if (Static83.loop >= local21.anInt4822) {
|
||||
if (local21.anInt4819 > 0) {
|
||||
@Pc(54) Npc local54 = Static175.aClass8_Sub4_Sub2Array1[local21.anInt4819 - 1];
|
||||
if (local54 != null && local54.anInt3412 >= 0 && local54.anInt3412 < 13312 && local54.anInt3421 >= 0 && local54.anInt3421 < 13312) {
|
||||
local21.method3705(local54.anInt3421, Static83.loop, Static207.method3685(local21.anInt4810, local54.anInt3412, local54.anInt3421) - local21.anInt4805, local54.anInt3412);
|
||||
@Pc(54) Npc local54 = Static175.npcs[local21.anInt4819 - 1];
|
||||
if (local54 != null && local54.xFine >= 0 && local54.xFine < 13312 && local54.zFine >= 0 && local54.zFine < 13312) {
|
||||
local21.method3705(local54.zFine, Static83.loop, Static207.method3685(local21.anInt4810, local54.xFine, local54.zFine) - local21.anInt4805, local54.xFine);
|
||||
}
|
||||
}
|
||||
if (local21.anInt4819 < 0) {
|
||||
|
|
@ -44,8 +44,8 @@ public final class Static195 {
|
|||
} else {
|
||||
local107 = Static159.players[local102];
|
||||
}
|
||||
if (local107 != null && local107.anInt3412 >= 0 && local107.anInt3412 < 13312 && local107.anInt3421 >= 0 && local107.anInt3421 < 13312) {
|
||||
local21.method3705(local107.anInt3421, Static83.loop, Static207.method3685(local21.anInt4810, local107.anInt3412, local107.anInt3421) - local21.anInt4805, local107.anInt3412);
|
||||
if (local107 != null && local107.xFine >= 0 && local107.xFine < 13312 && local107.zFine >= 0 && local107.zFine < 13312) {
|
||||
local21.method3705(local107.zFine, Static83.loop, Static207.method3685(local21.anInt4810, local107.xFine, local107.zFine) - local21.anInt4805, local107.xFine);
|
||||
}
|
||||
}
|
||||
local21.method3704(Static178.anInt4247);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue