Renamed variables in ProjAnim and SeqType

This commit is contained in:
Pazaz 2022-07-22 10:36:17 -04:00
parent e75dfaf684
commit b3794c0826
28 changed files with 536 additions and 521 deletions

View file

@ -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;