summaryrefslogtreecommitdiff
path: root/src/d/d_throwstone.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/d_throwstone.cpp
parent74d629665c05293cc22172330410258bd2ae7f47 (diff)
rename fopAc_ac_c member vars to match TP decomp
Diffstat (limited to 'src/d/d_throwstone.cpp')
-rw-r--r--src/d/d_throwstone.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/d/d_throwstone.cpp b/src/d/d_throwstone.cpp
index 2e0b5242..3aa3b412 100644
--- a/src/d/d_throwstone.cpp
+++ b/src/d/d_throwstone.cpp
@@ -40,7 +40,7 @@ s32 daThrowstone_c::_create() {
} else {
mDoMtx_stack_c::transS(current.pos);
mDoMtx_stack_c::YrotM(shape_angle.y);
- mDoMtx_stack_c::scaleM(mScale);
+ mDoMtx_stack_c::scaleM(scale);
mDoMtx_copy(mDoMtx_stack_c::get(), mMtx);
fopAcM_SetMtx(this, mpModel->getBaseTRMtx());
@@ -70,7 +70,7 @@ BOOL daThrowstoneDelete(void* ptr) {
BOOL daThrowstone_c::_execute() {
dDemo_setDemoData(this, 0x6a, NULL, NULL, 0, NULL, 0, 0);
- mpModel->setBaseScale(mScale);
+ mpModel->setBaseScale(scale);
f32 pos_x = current.pos.x;
mDoMtx_stack_c::transS(pos_x, current.pos.y, current.pos.z);
s16 rot_x = shape_angle.x;
@@ -91,8 +91,8 @@ bool daThrowstone_c::_draw() {
if (!dComIfGs_isEventBit(0x0310))
return TRUE;
- g_env_light.settingTevStruct(TEV_TYPE_ACTOR, &current.pos, &mTevStr);
- g_env_light.setLightTevColorType(mpModel, &mTevStr);
+ g_env_light.settingTevStruct(TEV_TYPE_ACTOR, &current.pos, &tevStr);
+ g_env_light.setLightTevColorType(mpModel, &tevStr);
mDoExt_modelUpdateDL(mpModel);
return TRUE;
@@ -121,7 +121,7 @@ actor_process_profile_definition g_profile_THROWSTONE = {
2,
fpcPi_CURRENT_e,
PROC_THROWSTONE,
- &g_fpcLf_Method.mBase,
+ &g_fpcLf_Method.base,
sizeof(daThrowstone_c),
0,
0,