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
+3 -3
View File
@@ -117,7 +117,7 @@ namespace daObjGaship2 {
return TRUE;
}
actor_method_class Mthd_Table = {
static actor_method_class Mthd_Table = {
(process_method_func) Mthd_Create,
(process_method_func) Mthd_Delete,
(process_method_func) Mthd_Execute,
@@ -129,7 +129,7 @@ namespace daObjGaship2 {
actor_process_profile_definition g_profile_Obj_Gaship2 = {
/* LayerID */ fpcLy_CURRENT_e,
/* ListID */ 3,
/* ListID */ 0x0003,
/* ListPrio */ fpcPi_CURRENT_e,
/* ProcName */ PROC_Obj_Gaship2,
/* Proc SubMtd */ &g_fpcLf_Method.base,
@@ -141,5 +141,5 @@ actor_process_profile_definition g_profile_Obj_Gaship2 = {
/* Actor SubMtd */ &daObjGaship2::Mthd_Table,
/* Status */ fopAcStts_UNK40000_e,
/* Group */ fopAc_ACTOR_e,
/* Cull Type */ fopAc_CULLBOX_0_e,
/* CullType */ fopAc_CULLBOX_0_e,
};