diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-04-22 13:20:05 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-04-22 13:20:05 -0400 |
| commit | f856df04e518ee246245a4e6cbf31e00358b4f1e (patch) | |
| tree | a65d44bd68a938721011da941806084ba3355ec9 /src/d/actor/d_a_obj_eayogn.cpp | |
| parent | 94f3b78155f75de3a1bb1eaf8652d9017df18d65 (diff) | |
Regenerate old actor profiles for consistency
Diffstat (limited to 'src/d/actor/d_a_obj_eayogn.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_eayogn.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_obj_eayogn.cpp b/src/d/actor/d_a_obj_eayogn.cpp index d4dea993..6ff1fd24 100644 --- a/src/d/actor/d_a_obj_eayogn.cpp +++ b/src/d/actor/d_a_obj_eayogn.cpp @@ -150,7 +150,7 @@ namespace { actor_process_profile_definition g_profile_Obj_Eayogn = { /* LayerID */ fpcLy_CURRENT_e, - /* ListID */ 3, + /* ListID */ 0x0003, /* ListPrio */ fpcPi_CURRENT_e, /* ProcName */ PROC_Obj_Eayogn, /* Proc SubMtd */ &g_fpcLf_Method.base, @@ -160,7 +160,7 @@ actor_process_profile_definition g_profile_Obj_Eayogn = { /* Leaf SubMtd */ &g_fopAc_Method.base, /* Priority */ 0x004C, /* Actor SubMtd */ &Eayogn_Mthd_Table, - /* Status */ fopAcStts_UNK40000_e | fopAcStts_CULL_e | fopAcStts_NOCULLEXEC_e, + /* Status */ fopAcStts_NOCULLEXEC_e | fopAcStts_CULL_e | fopAcStts_UNK40000_e, /* Group */ fopAc_ACTOR_e, /* CullType */ fopAc_CULLBOX_CUSTOM_e, }; |
