mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-15 21:49:56 -04:00
d_a_tbox2 done, f_op_actor_mng cleanup, cleanup fopAc_ac_c member names (#2084)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user