diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-03-04 17:33:13 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-04 18:33:13 -0700 |
| commit | 22e941fd8c506a8b8ee0d963c5e50dae7ba379bc (patch) | |
| tree | 60ff96023e00e3fb824fa4170fb1c61110f8192b /src/f_pc/f_pc_leaf.cpp | |
| parent | 7ba8c332c7d39db792f7dbfe4e17c00ece24b3d4 (diff) | |
d_a_tbox2 done, f_op_actor_mng cleanup, cleanup fopAc_ac_c member names (#2084)
Diffstat (limited to 'src/f_pc/f_pc_leaf.cpp')
| -rw-r--r-- | src/f_pc/f_pc_leaf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/f_pc/f_pc_leaf.cpp b/src/f_pc/f_pc_leaf.cpp index 3eb49afbce..6ee65629ea 100644 --- a/src/f_pc/f_pc_leaf.cpp +++ b/src/f_pc/f_pc_leaf.cpp @@ -52,7 +52,7 @@ s32 fpcLf_Create(leafdraw_class* i_leaf) { leaf_process_profile_definition* profDef; if (i_leaf->mBase.mInitState == 0) { profDef = (leaf_process_profile_definition*)i_leaf->mBase.mpProf; - i_leaf->mpDrawMtd = profDef->mSubMtd; + i_leaf->mpDrawMtd = profDef->sub_method; i_leaf->mBase.mSubType = fpcBs_MakeOfType(&g_fpcLf_type); fpcDwPi_Init(&i_leaf->mDwPi, profDef->mPriority); i_leaf->mbUnk0 = 0; |
