summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_bwdg.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-07-08 13:58:35 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-07-08 13:58:35 -0400
commit6f09bf28ce1a2f1cdea62b931cbbdb40e7f821ec (patch)
tree684134d839b983c17319d3b4184a1925e1f3982e /src/d/actor/d_a_bwdg.cpp
parent4fdf76cc41f1923f2ad5daffb0c42fa505a4b69c (diff)
d_a_bwd cleanup
Diffstat (limited to 'src/d/actor/d_a_bwdg.cpp')
-rw-r--r--src/d/actor/d_a_bwdg.cpp2
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;