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_toripost.cpp | |
| parent | 94f3b78155f75de3a1bb1eaf8652d9017df18d65 (diff) | |
Regenerate old actor profiles for consistency
Diffstat (limited to 'src/d/actor/d_a_obj_toripost.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_toripost.cpp | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/src/d/actor/d_a_obj_toripost.cpp b/src/d/actor/d_a_obj_toripost.cpp index 187119ae..16c13c82 100644 --- a/src/d/actor/d_a_obj_toripost.cpp +++ b/src/d/actor/d_a_obj_toripost.cpp @@ -996,7 +996,6 @@ static BOOL daObjTpostIsDelete(void*) { return TRUE; } - static actor_method_class daObjTpostMethodTable = { (process_method_func)daObjTpostCreate, (process_method_func)daObjTpostDelete, @@ -1006,18 +1005,18 @@ static actor_method_class daObjTpostMethodTable = { }; actor_process_profile_definition g_profile_OBJ_TORIPOST = { - fpcLy_CURRENT_e, - 3, - fpcPi_CURRENT_e, - PROC_OBJ_TORIPOST, - &g_fpcLf_Method.base, - sizeof(daObjTpost_c), - 0, - 0, - &g_fopAc_Method.base, - 0x01B3, - &daObjTpostMethodTable, - 0x18 | fopAcStts_SHOWMAP_e | fopAcStts_CULL_e | fopAcStts_UNK40000_e | fopAcStts_UNK200000_e, - fopAc_ACTOR_e, - fopAc_CULLBOX_4_e, + /* LayerID */ fpcLy_CURRENT_e, + /* ListID */ 0x0003, + /* ListPrio */ fpcPi_CURRENT_e, + /* ProcName */ PROC_OBJ_TORIPOST, + /* Proc SubMtd */ &g_fpcLf_Method.base, + /* Size */ sizeof(daObjTpost_c), + /* SizeOther */ 0, + /* Parameters */ 0, + /* Leaf SubMtd */ &g_fopAc_Method.base, + /* Priority */ 0x01B3, + /* Actor SubMtd */ &daObjTpostMethodTable, + /* Status */ 0x18 | fopAcStts_SHOWMAP_e | fopAcStts_CULL_e | fopAcStts_UNK40000_e | fopAcStts_UNK200000_e, + /* Group */ fopAc_ACTOR_e, + /* CullType */ fopAc_CULLBOX_4_e, }; |
