diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-03-08 21:31:41 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-03-08 21:31:41 -0500 |
| commit | 443691603d40fde49c29245374ce98ead02ac02b (patch) | |
| tree | d9bb147fe8d41b3624c15b7ed290ec3c4c617228 /src/d/actor/d_a_boss_item.cpp | |
| parent | 74d629665c05293cc22172330410258bd2ae7f47 (diff) | |
rename fopAc_ac_c member vars to match TP decomp
Diffstat (limited to 'src/d/actor/d_a_boss_item.cpp')
| -rw-r--r-- | src/d/actor/d_a_boss_item.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_boss_item.cpp b/src/d/actor/d_a_boss_item.cpp index a1839882..1185cc29 100644 --- a/src/d/actor/d_a_boss_item.cpp +++ b/src/d/actor/d_a_boss_item.cpp @@ -26,7 +26,7 @@ static s32 daBossItem_Create(fopAc_ac_c* i_this) { fopAcM_SetupActor(bItem, bossitem_class); - int stageNo = bItem->mBase.mParameters & 0xFF; + int stageNo = bItem->base.mParameters & 0xFF; BOOL isStageBossDead = dComIfGs_isStageBossEnemy(stageNo); if (isStageBossDead && !dComIfGs_isStageLife(stageNo)) { @@ -52,7 +52,7 @@ actor_process_profile_definition g_profile_BOSSITEM = { 7, fpcLy_CURRENT_e, PROC_BOSSITEM, - &g_fpcLf_Method.mBase, + &g_fpcLf_Method.base, sizeof(bossitem_class), 0, 0, |
