diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-24 18:06:07 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-24 18:06:07 -0500 |
| commit | 97eb1fb31fb57ee96669f8a83848cb0327797180 (patch) | |
| tree | e628a3110a9d3f2b60ca5d9df0e7c8f55e6be283 /src/d/actor/d_a_obj_paper.cpp | |
| parent | 072f172d50878964e0636619e4a3d9a14f1d2c47 (diff) | |
Remove fake inlines from fopAc_ac_c, add real inlines
Diffstat (limited to 'src/d/actor/d_a_obj_paper.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_paper.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/actor/d_a_obj_paper.cpp b/src/d/actor/d_a_obj_paper.cpp index 9a6cb7b4..b5094564 100644 --- a/src/d/actor/d_a_obj_paper.cpp +++ b/src/d/actor/d_a_obj_paper.cpp @@ -288,7 +288,7 @@ namespace daObjPaper { /* 000008DC-00000948 .text set_mtx__Q210daObjPaper5Act_cFv */ void daObjPaper::Act_c::set_mtx() { - mDoMtx_stack_c::transS(getPosition()); + mDoMtx_stack_c::transS(current.pos); mDoMtx_stack_c::ZXYrotM(shape_angle); mpModel->setBaseTRMtx(mDoMtx_stack_c::get()); @@ -305,7 +305,7 @@ namespace daObjPaper { u32 hitResult = mCylinderCol.ChkTgHit(); if (hitResult) { daObj::HitSeStart(&mEyePos, current.roomNo, &mCylinderCol, 0x0D); - dKy_Sound_set(getPosition(), 4, fopAcM_GetID(this), 100); + dKy_Sound_set(current.pos, 4, fopAcM_GetID(this), 100); daObj::HitEff_hibana(this, &mCylinderCol); @@ -334,7 +334,7 @@ namespace daObjPaper { set_mtx(); if (mbHasCc) { - mCylinderCol.SetC(getPosition()); + mCylinderCol.SetC(current.pos); g_dComIfG_gameInfo.play.mCcS.Set(&mCylinderCol); } |
