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/object/object49.c | |
| parent | e6eeeefc50d5e7e4578443ea1f976de694fdb852 (diff) | |
thumb interwork finished
Diffstat (limited to 'src/object/object49.c')
| -rw-r--r-- | src/object/object49.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/object/object49.c b/src/object/object49.c index 0be4c477..02aac844 100644 --- a/src/object/object49.c +++ b/src/object/object49.c @@ -188,14 +188,14 @@ void sub_0808F3DC(Entity* this) { return; } } else { - this->damageType = this->attachedEntity->damageType; - this->attachedEntity->damageType = 0x7E; + this->hitType = this->attachedEntity->hitType; + this->attachedEntity->hitType = 0x7E; } ResolveEntityOnTop(this->attachedEntity, this); } else { if (*(u32*)&this->parent->field_0x74 == 0) { if (this->type == 8) { - this->attachedEntity->damageType = this->damageType; + this->attachedEntity->hitType = this->hitType; } DeleteThisEntity(); } |
