diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-09-07 16:16:17 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-09-07 16:16:17 -0400 |
| commit | a42fd39a9f85b86d593158bf7ba0a6b78a48ddd0 (patch) | |
| tree | fe033eb935b899aede93a1f72bf6cdf537a29825 /src/d/actor/d_a_andsw0.cpp | |
| parent | ba203cc5fb87abea3399406f3848355fa7ecaf96 (diff) | |
d_a_att OK, d_a_bgn header work
fixes #89
Diffstat (limited to 'src/d/actor/d_a_andsw0.cpp')
| -rw-r--r-- | src/d/actor/d_a_andsw0.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/actor/d_a_andsw0.cpp b/src/d/actor/d_a_andsw0.cpp index ad600418..bba802cd 100644 --- a/src/d/actor/d_a_andsw0.cpp +++ b/src/d/actor/d_a_andsw0.cpp @@ -186,11 +186,11 @@ static void* bk_s_sub3(void* i_this, void*) { } /* 0000055C-000005D4 .text bb_s_sub__FPvPv */ -static void* bb_s_sub(void* i_this, void*) { - if(fopAcM_IsActor(i_this) && fopAcM_GetName(i_this) == PROC_BB) { +static void* bb_s_sub(void* search, void*) { + if(fopAcM_IsActor(search) && fopAcM_GetName(search) == PROC_BB) { s32 count = check_count; //regswaps without this if(count < 7) { - ac[check_count] = i_this; + ac[check_count] = search; check_count++; } |
