This commit is contained in:
theo3
2022-03-17 19:13:56 -07:00
parent 3357984494
commit ef470547e0
279 changed files with 848 additions and 813 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ void Object21(Object21Entity* this) {
} else {
if (super->animIndex == 0xa) {
InitializeAnimation(super, 0xd);
} else if ((super->frame & 0x80) != 0) {
} else if ((super->frame & ANIM_DONE) != 0) {
DeleteThisEntity();
}
}