remove nonsense direction modifier macro

This commit is contained in:
Behemoth
2020-09-01 23:02:48 +02:00
parent 723d233967
commit 269d8970f3
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ void sub_080323F4(Entity* this) {
if (this->action != 3 && this->action != 4) {
this->action = 3;
this->actionDelay = 0xC;
this->direction = DirectionTurnVertical(this->field_0x3e);
this->direction = DirectionTurnAround(this->field_0x3e);
InitAnimationForceUpdate(this, this->direction >> 3);
} else if (this->bitfield == 0xCC) {
if (this->field_0x43 == 0) {