diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-11-10 00:35:06 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-11-10 00:35:06 -0800 |
| commit | 313cc336f21fcf81e3e336b4fe45ca5053771f93 (patch) | |
| tree | 9733b9af938fd26c5a6e56013af9c8a915de105e /src/enemy/enemy4D.c | |
| parent | e6eeeefc50d5e7e4578443ea1f976de694fdb852 (diff) | |
thumb interwork finished
Diffstat (limited to 'src/enemy/enemy4D.c')
| -rw-r--r-- | src/enemy/enemy4D.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemy/enemy4D.c b/src/enemy/enemy4D.c index 0049a853..f1b16cc7 100644 --- a/src/enemy/enemy4D.c +++ b/src/enemy/enemy4D.c @@ -40,7 +40,7 @@ void sub_0803EB44(Entity* this) { if (pEVar1 != NULL) { pEVar1->parent = this; this->attachedEntity = pEVar1; - this->flags |= 0x80; + COLLISION_ON(this); this->spriteSettings.b.draw = TRUE; this->animationState = 2; *((u8*)&this->field_0x7a + 1) = 0; |
