diff options
| author | Maide <34639600+Kelebek1@users.noreply.github.com> | 2022-02-13 23:14:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-13 23:14:13 +0000 |
| commit | 5fa02d9725e3c33ee1a0a8bf93723615d2fdd9e2 (patch) | |
| tree | 581b3a6078f13f0c4608d85b9c66dcea3ac1f0e2 /src/code | |
| parent | 0f7f5de084d8b176de923ed8de0bcb63228dbf1d (diff) | |
En_Arrow (1 non-matching) (#551)
* En_Arrow
* Remove comment
* UNK_TYPE1
* Add thing
* Merge
* Merge
* PR
* PR
* PR
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_fireobj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_fireobj.c b/src/code/z_fireobj.c index 2cf05e02a..9cc126cf8 100644 --- a/src/code/z_fireobj.c +++ b/src/code/z_fireobj.c @@ -242,7 +242,7 @@ void FireObj_Update(GlobalContext* globalCtx, FireObj* fire, Actor* actor) { } else if ((fire->collision.base.acFlags & 2) && (arrow->actor.update != NULL) && (arrow->actor.id == ACTOR_EN_ARROW)) { arrow->actor.params = 0; - arrow->unk_1C0 = 0x800; + arrow->collider.info.toucher.dmgFlags = 0x800; } fire->collision.dim.pos.x = fire->position.x; fire->collision.dim.pos.y = fire->position.y; |
