mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 05:37:03 -04:00
Var name cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user