summaryrefslogtreecommitdiff
path: root/src/object/object2A.c
diff options
context:
space:
mode:
author21aslade <21aslade@go.dsdmail.net>2020-11-07 15:22:02 -0700
committer21aslade <21aslade@go.dsdmail.net>2020-11-07 15:22:02 -0700
commitd04dc143fbbef8feef61daf39d110703f4dfda9b (patch)
tree626b7ee4279b2224aa06bef8231fd6daa4363998 /src/object/object2A.c
parent4b6f822829d6dd771ed995030f1bf1d24f204536 (diff)
parentf1bfe499de0afdd8e93c5e3e0e6c9e12b3343e1b (diff)
Merge branch 'master' of https://github.com/zeldaret/tmc
Diffstat (limited to 'src/object/object2A.c')
-rw-r--r--src/object/object2A.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/object2A.c b/src/object/object2A.c
index 5ce12dc7..44d272c5 100644
--- a/src/object/object2A.c
+++ b/src/object/object2A.c
@@ -30,11 +30,11 @@ void sub_08089B18(Entity *this)
CopyPosition(this->parent, this);
break;
case 4:
- if (!CheckFlags(this->field_0x86)) {
+ if (!CheckFlags(this->field_0x86.HWORD)) {
this->spriteSettings.b.draw = FALSE;
this->previousActionFlag = 1;
return;
}
}
- sub_08004488(0x124);
+ EnqueueSFX(0x124);
}