diff options
Diffstat (limited to 'src/object/object20.c')
| -rw-r--r-- | src/object/object20.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/object20.c b/src/object/object20.c index 1cfb4c2c..9474f662 100644 --- a/src/object/object20.c +++ b/src/object/object20.c @@ -48,7 +48,7 @@ void sub_08087824(Entity* this) { void sub_08087888(Entity* this) { GetNextFrame(this); - if ((this->frame & 0x80) != 0) { + if ((this->frame & ANIM_DONE) != 0) { DeleteThisEntity(); } else { if (this->frame < 5) { |
