diff options
Diffstat (limited to 'src/object/object9B.c')
| -rw-r--r-- | src/object/object9B.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/object9B.c b/src/object/object9B.c index 1f88aefa..82b7eebf 100644 --- a/src/object/object9B.c +++ b/src/object/object9B.c @@ -25,7 +25,7 @@ void sub_0809E7C0(Entity* this) { void sub_0809E7E0(Entity* this) { GetNextFrame(this); - if (this->frame & 0x80) { + if (this->frame & ANIM_DONE) { DeleteThisEntity(); } } |
