diff options
| author | Ethan Roseman <ethteck@gmail.com> | 2020-07-04 08:34:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-04 14:34:51 +0200 |
| commit | a5aee3d691bc7abd99173841736193bf16e81edb (patch) | |
| tree | 1f555e17798f17272cc2063c1c4a6440f115e735 /src/code | |
| parent | f2ead7f2c93df366b7ba4a2da06cc77599159c94 (diff) | |
Decompiled ovl_En_Zl2 (2 nonmatchings) (#223)
* Almost dun
* 3 more, progress...
* 2 more
* Fixing field rename
* improvement
* 1 more
* progress
* more
* work
* Preparing for PR
* Comments
* tidbits
* more tidbits
* fixes
* PR comments
* Nonmatching reloc
* PR suggestions
* PR suggestions
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_actor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_actor.c b/src/code/z_actor.c index 85ab507f0..172f755ee 100644 --- a/src/code/z_actor.c +++ b/src/code/z_actor.c @@ -1702,7 +1702,7 @@ void func_8002F850(GlobalContext* globalCtx, Actor* actor) { sfxId = NA_SE_PL_WALK_WATER1; } } else { - sfxId = func_80041F34(&globalCtx->colCtx, actor->floorPoly, actor->floorPolySource, actor); + sfxId = func_80041F34(&globalCtx->colCtx, actor->floorPoly, actor->floorPolySource); } func_80078914(&actor->projectedPos, NA_SE_EV_BOMB_BOUND); |
