summaryrefslogtreecommitdiff
path: root/src/object/object44.c
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2022-03-17 19:13:56 -0700
committertheo3 <arisstephenson2@gmail.com>2022-03-17 19:16:43 -0700
commitef470547e04f2cbc50b98d6578932f1188d25dbd (patch)
tree4a5e5bffb8ea301bd15b8bda4627c48ccf052cce /src/object/object44.c
parent33579844948ca5c2ed9e1e353fba8b9571f7104d (diff)
cleanup
Diffstat (limited to 'src/object/object44.c')
-rw-r--r--src/object/object44.c2
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 {