summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_swattack.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-03-08 21:31:41 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-03-08 21:31:41 -0500
commit443691603d40fde49c29245374ce98ead02ac02b (patch)
treed9bb147fe8d41b3624c15b7ed290ec3c4c617228 /src/d/actor/d_a_swattack.cpp
parent74d629665c05293cc22172330410258bd2ae7f47 (diff)
rename fopAc_ac_c member vars to match TP decomp
Diffstat (limited to 'src/d/actor/d_a_swattack.cpp')
-rw-r--r--src/d/actor/d_a_swattack.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/actor/d_a_swattack.cpp b/src/d/actor/d_a_swattack.cpp
index b897019a..cac98208 100644
--- a/src/d/actor/d_a_swattack.cpp
+++ b/src/d/actor/d_a_swattack.cpp
@@ -50,8 +50,8 @@ void daSwAt_c::CreateInit() {
mStts.Init(0xFF, 0xFF, this);
mCyl.Set(l_cyl_src);
mCyl.SetStts(&mStts);
- mCyl.SetR(mScale.x * 25.0f);
- mCyl.SetH(mScale.y * 50.0f);
+ mCyl.SetR(scale.x * 25.0f);
+ mCyl.SetH(scale.y * 50.0f);
mAtType = daSwAt_prm::getAtType(this);
mSwitchNo = daSwAt_prm::getSwitchNo(this);
fopAcM_offDraw(this);
@@ -165,7 +165,7 @@ actor_process_profile_definition g_profile_SW_ATTACK = {
/* ListID */ 7,
/* ListPrio */ fpcPi_CURRENT_e,
/* ProcName */ PROC_SW_ATTACK,
- /* Proc SubMtd */ &g_fpcLf_Method.mBase,
+ /* Proc SubMtd */ &g_fpcLf_Method.base,
/* Size */ sizeof(daSwAt_c),
/* SizeOther */ 0,
/* Parameters */ 0,