mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-17 12:00:19 -07:00
Renamed variables in ProjAnim and SeqType
This commit is contained in:
parent
e75dfaf684
commit
b3794c0826
28 changed files with 536 additions and 521 deletions
|
|
@ -98,8 +98,8 @@ public final class SpotAnim extends Entity {
|
|||
return;
|
||||
}
|
||||
this.anInt607 += arg0;
|
||||
while (this.anInt607 > this.aClass144_1.anIntArray474[this.anInt593]) {
|
||||
this.anInt607 -= this.aClass144_1.anIntArray474[this.anInt593];
|
||||
while (this.anInt607 > this.aClass144_1.frameDelay[this.anInt593]) {
|
||||
this.anInt607 -= this.aClass144_1.frameDelay[this.anInt593];
|
||||
this.anInt593++;
|
||||
if (this.aClass144_1.frames.length <= this.anInt593) {
|
||||
this.aBoolean41 = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue