name remaining entity fields

This commit is contained in:
theo3
2022-03-28 19:51:32 -07:00
parent 755571834d
commit 92240d4314
348 changed files with 3850 additions and 3850 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ void sub_08099E58(Entity* this) {
GetNextFrame(this);
if (this->frame & ANIM_DONE) {
this->frame &= ~0x80;
this->actionDelay++;
if (this->actionDelay == 3) {
this->timer++;
if (this->timer == 3) {
this->action = 3;
this->frameIndex = 4;
}