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
+2 -2
View File
@@ -150,7 +150,7 @@ static actor_method_class daFloorMethodTable = {
actor_process_profile_definition g_profile_FLOOR = {
/* LayerID */ fpcLy_CURRENT_e,
/* ListID */ 3,
/* ListID */ 0x0003,
/* ListPrio */ fpcPi_CURRENT_e,
/* ProcName */ PROC_FLOOR,
/* Proc SubMtd */ &g_fpcLf_Method.base,
@@ -160,7 +160,7 @@ actor_process_profile_definition g_profile_FLOOR = {
/* Leaf SubMtd */ &g_fopAc_Method.base,
/* Priority */ 0x0092,
/* Actor SubMtd */ &daFloorMethodTable,
/* Status */ fopAcStts_UNK40000_e | fopAcStts_CULL_e,
/* Status */ fopAcStts_CULL_e | fopAcStts_UNK40000_e,
/* Group */ fopAc_ACTOR_e,
/* CullType */ fopAc_CULLBOX_CUSTOM_e,
};