diff options
Diffstat (limited to 'src/object/objectA2.c')
| -rw-r--r-- | src/object/objectA2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/objectA2.c b/src/object/objectA2.c index e529794c..8091c484 100644 --- a/src/object/objectA2.c +++ b/src/object/objectA2.c @@ -74,7 +74,7 @@ void sub_0809F374(Entity* this) { } void sub_0809F3E8(Entity* this) { - if (this->frame & 0x80) { + if (this->frame & ANIM_DONE) { this->action = 3; InitializeAnimation(this, 2); } |
