mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-17 03:50:24 -07:00
Consolidated a LOT of static classes (first pass)
This commit is contained in:
parent
9789c5b66e
commit
7ffd30e31c
264 changed files with 7190 additions and 8201 deletions
|
|
@ -90,14 +90,14 @@ public final class Npc extends PathingEntity {
|
|||
model.translate(0, -this.spotAnimY, 0);
|
||||
|
||||
if (spotAnimType.aBoolean100) {
|
||||
if (Static101.anInt2640 != 0) {
|
||||
model.rotateX(Static101.anInt2640);
|
||||
if (PathingEntity.anInt2640 != 0) {
|
||||
model.rotateX(PathingEntity.anInt2640);
|
||||
}
|
||||
if (PathingEntity.anInt2680 != 0) {
|
||||
model.rotateZ(PathingEntity.anInt2680);
|
||||
}
|
||||
if (Static62.anInt1938 != 0) {
|
||||
model.translate(0, Static62.anInt1938, 0);
|
||||
if (PathingEntity.anInt1938 != 0) {
|
||||
model.translate(0, PathingEntity.anInt1938, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue