project: we are actually up to date now, thanks blue!

This commit is contained in:
TheRealNull
2021-01-04 06:58:20 -05:00
parent d0c8a8daec
commit b5bb349259
79 changed files with 668 additions and 335 deletions

View File

@@ -150,7 +150,7 @@ public final class Projectile extends Renderable
this.isMoving = false; // L: 47
int var12 = TileItem.SpotAnimationDefinition_get(this.id).sequence; // L: 48
if (var12 != -1) { // L: 49
this.sequenceDefinition = ParamDefinition.SequenceDefinition_get(var12);
this.sequenceDefinition = ParamComposition.SequenceDefinition_get(var12);
} else {
this.sequenceDefinition = null; // L: 50
}