Regenerate old actor profiles for consistency

This commit is contained in:
LagoLunatic
2024-04-22 13:20:05 -04:00
parent 94f3b78155
commit f856df04e5
279 changed files with 689 additions and 861 deletions
+4 -4
View File
@@ -115,17 +115,17 @@ static actor_method_class daObj_PbkaMethodTable = {
actor_process_profile_definition g_profile_Obj_Pbka = {
/* LayerID */ fpcLy_CURRENT_e,
/* ListID */ 7,
/* ListPrio */ fpcLy_CURRENT_e,
/* ListID */ 0x0007,
/* ListPrio */ fpcPi_CURRENT_e,
/* ProcName */ PROC_Obj_Pbka,
/* Proc SubMtd */ &g_fpcLf_Method.base,
/* Size */ sizeof(daObjPbka_c),
/* SizeOther */ 0,
/* Parameters */ 0,
/* Leaf SubMtd */ &g_fopAc_Method.base,
/* Priority */ 0x70,
/* Priority */ 0x0070,
/* Actor SubMtd */ &daObj_PbkaMethodTable,
/* Status */ fopAcStts_UNK40000_e | fopAcStts_CULL_e,
/* Status */ fopAcStts_CULL_e | fopAcStts_UNK40000_e,
/* Group */ fopAc_ACTOR_e,
/* CullType */ fopAc_CULLBOX_CUSTOM_e,
};