diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-08 13:58:35 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-08 13:58:35 -0400 |
| commit | 6f09bf28ce1a2f1cdea62b931cbbdb40e7f821ec (patch) | |
| tree | 684134d839b983c17319d3b4184a1925e1f3982e /src/d/actor/d_a_bwdg.cpp | |
| parent | 4fdf76cc41f1923f2ad5daffb0c42fa505a4b69c (diff) | |
d_a_bwd cleanup
Diffstat (limited to 'src/d/actor/d_a_bwdg.cpp')
| -rw-r--r-- | src/d/actor/d_a_bwdg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_bwdg.cpp b/src/d/actor/d_a_bwdg.cpp index da0cfb3d..596c687c 100644 --- a/src/d/actor/d_a_bwdg.cpp +++ b/src/d/actor/d_a_bwdg.cpp @@ -157,7 +157,7 @@ static void wave_cont(bwdg_class* i_this, u8 r4) { /* 00000734-00000780 .text boss_a_d_sub__FPvPv */ static void* boss_a_d_sub(void* param_1, void* param_2) { UNUSED(param_2); - if (fopAc_IsActor(param_1) && fopAcM_GetName(param_1) == fpcNm_BWD_e) { + if (fopAcM_IsActor(param_1) && fopAcM_GetName(param_1) == fpcNm_BWD_e) { return param_1; } return NULL; |
