diff options
Diffstat (limited to 'src/object/object44.c')
| -rw-r--r-- | src/object/object44.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/object44.c b/src/object/object44.c index 0753c7f4..b73c0bca 100644 --- a/src/object/object44.c +++ b/src/object/object44.c @@ -51,7 +51,7 @@ void sub_0808E298(Entity* this) { void sub_0808E318(Entity* this) { GetNextFrame(this); - if (this->frame & 0x80) { + if (this->frame & ANIM_DONE) { sub_0808E354(this, 0x343); DeleteThisEntity(); } else { |
