summaryrefslogtreecommitdiff
path: root/src/object/object43.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/object43.c')
-rw-r--r--src/object/object43.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/object43.c b/src/object/object43.c
index fdf67abc..b8d9edea 100644
--- a/src/object/object43.c
+++ b/src/object/object43.c
@@ -197,7 +197,7 @@ void Object43_Action3(Object43Entity* this) {
void Object43_Action4(Object43Entity* this) {
GetNextFrame(super);
- if ((super->frame & 0x80) != 0) {
+ if ((super->frame & ANIM_DONE) != 0) {
DeleteThisEntity();
}
}