rename fopAc_ac_c member vars to match TP decomp

This commit is contained in:
LagoLunatic
2024-03-08 21:31:41 -05:00
parent 74d629665c
commit 443691603d
203 changed files with 1569 additions and 1569 deletions
+3 -3
View File
@@ -171,9 +171,9 @@ void daObjYboil_c::set_sea_material(J3DMaterial* material) {
/* 00000A50-00000C6C .text _draw__12daObjYboil_cFv */
bool daObjYboil_c::_draw() {
dComIfGd_setListBG();
g_env_light.settingTevStruct(TEV_TYPE_BG0, &current.pos, &mTevStr);
g_env_light.settingTevStruct(TEV_TYPE_BG0, &current.pos, &tevStr);
for (s32 i = 0; i < 50; i++) {
g_env_light.setLightTevColorType(mModel[i], &mTevStr);
g_env_light.setLightTevColorType(mModel[i], &tevStr);
set_sea_material(mModel[i]->getModelData()->getJointNodePointer(0)->getMesh());
mBckAnm[i].entry(mModel[i]->getModelData());
mBtkAnm[i].entry(mModel[i]->getModelData());
@@ -207,7 +207,7 @@ actor_process_profile_definition g_profile_Obj_Yboil = {
/* ListID */ 7,
/* ListPrio */ fpcLy_CURRENT_e,
/* ProcName */ PROC_Obj_Yboil,
/* Proc SubMtd */ &g_fpcLf_Method.mBase,
/* Proc SubMtd */ &g_fpcLf_Method.base,
/* Size */ sizeof(daObjYboil_c),
/* SizeOther */ 0,
/* Parameters */ 0,