diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-03-18 19:15:15 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-03-18 19:15:15 -0400 |
| commit | 7ce949c59cd8571fb76664b6e01dfbb6207c89cb (patch) | |
| tree | 17e3530fac2a3eee6158d372cf342f5332921e42 /src/d/actor/d_a_am2.cpp | |
| parent | 4859b367a9d81a6634af8158ecfc4351e74f1996 (diff) | |
d_a_pw fixes
Diffstat (limited to 'src/d/actor/d_a_am2.cpp')
| -rw-r--r-- | src/d/actor/d_a_am2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_am2.cpp b/src/d/actor/d_a_am2.cpp index 3072dcef..1eb05b3d 100644 --- a/src/d/actor/d_a_am2.cpp +++ b/src/d/actor/d_a_am2.cpp @@ -1313,7 +1313,7 @@ static s32 daAM2_Create(fopAc_ac_c* i_actor) { i_this->stealItemLeft = 3; i_this->model = i_this->mpMorf->getModel(); - fopAcM_SetMtx(i_this, i_this->mpMorf->mpModel->getBaseTRMtx()); + fopAcM_SetMtx(i_this, i_this->mpMorf->getModel()->getBaseTRMtx()); fopAcM_setCullSizeBox(i_this, -50.0f, 0.0f, -20.0f, 60.0f, 180.0f, 60.0f); i_this->attention_info.flags = 0; |
