use inlines in more places

This commit is contained in:
LagoLunatic
2023-12-20 19:04:01 -05:00
parent a072429e6a
commit fa5fb18d3c
32 changed files with 128 additions and 107 deletions
+1 -1
View File
@@ -1341,7 +1341,7 @@ static s32 daAM2_Create(fopAc_ac_c* i_actor) {
i_this->mItemStealLeft = 3;
i_this->model = i_this->mpMorf->getModel();
i_this->mCullMtx = i_this->mpMorf->mpModel->getBaseTRMtx();
fopAcM_SetMtx(i_this, i_this->mpMorf->mpModel->getBaseTRMtx());
fopAcM_setCullSizeBox(i_this, -50.0f, 0.0f, -20.0f, 60.0f, 180.0f, 60.0f);
i_this->mAttentionInfo.mFlags = 0;