mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 05:37:03 -04:00
rename fopAc_ac_c member vars to match TP decomp
This commit is contained in:
@@ -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, ¤t.pos, &mTevStr);
|
||||
g_env_light.settingTevStruct(TEV_TYPE_BG0, ¤t.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,
|
||||
|
||||
Reference in New Issue
Block a user