Var name cleanup

This commit is contained in:
LagoLunatic
2026-04-16 21:45:17 -04:00
parent 1bde6a60bc
commit 98dc2807e6
5 changed files with 47 additions and 47 deletions
+4 -4
View File
@@ -2438,9 +2438,9 @@ static BOOL daFganon_Execute(fganon_class* i_this) {
cLib_addCalc0(&i_this->m3BC, 1.0f, 1.0f);
J3DModel* mpModel = i_this->mpMorf->getModel();
J3DModel* model = i_this->mpMorf->getModel();
mpModel->setBaseScale(a_this->scale);
model->setBaseScale(a_this->scale);
mDoMtx_stack_c::transS(a_this->current.pos.x + local_94.x, a_this->current.pos.y + local_94.y, a_this->current.pos.z + local_94.z);
@@ -2452,10 +2452,10 @@ static BOOL daFganon_Execute(fganon_class* i_this) {
mDoMtx_stack_c::XrotM(a_this->shape_angle.x + cos);
mDoMtx_stack_c::ZrotM(a_this->shape_angle.z);
mpModel->setBaseTRMtx(mDoMtx_stack_c::get());
model->setBaseTRMtx(mDoMtx_stack_c::get());
i_this->mpMorf->calc();
MtxP mtx = mpModel->getAnmMtx(27);
MtxP mtx = model->getAnmMtx(27);
cMtx_copy(mtx, *calc_mtx);
MtxPosition(&local_70, &a_this->eyePos);