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
@@ -34,10 +34,10 @@ void WindProjectile_Action1(Entity* this) {
if (this->spriteSettings.draw == 1) {
CopyPosition(parent, this);
direction = (parent->direction + 4) & 0x18;
if (this->actionDelay != 0) {
if (this->timer != 0) {
this->direction = direction;
this->animationState = direction >> 2;
this->actionDelay = 0;
this->timer = 0;
InitializeAnimation(this, direction >> 3);
} else {
if (direction >> 2 != this->animationState) {