mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-15 20:40:19 -04:00
Regenerate old actor profiles for consistency
This commit is contained in:
@@ -118,7 +118,6 @@ BOOL daObjPirateship::Method::IsDelete(void*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
|
||||
static actor_method_class daObjPirateship::Method::Table = {
|
||||
(process_method_func)daObjPirateship::Method::Create,
|
||||
(process_method_func)daObjPirateship::Method::Delete,
|
||||
@@ -138,7 +137,7 @@ actor_process_profile_definition g_profile_Obj_Pirateship = {
|
||||
/* Parameters */ 0,
|
||||
/* Leaf SubMtd */ &g_fopAc_Method.base,
|
||||
/* Priority */ 0x01AA,
|
||||
/* Actor SubMtd */ &daObjPirateship::daObjPirateship::Method::Table,
|
||||
/* Actor SubMtd */ &daObjPirateship::Method::Table,
|
||||
/* Status */ fopAcStts_NOCULLEXEC_e | fopAcStts_CULL_e | fopAcStts_UNK40000_e,
|
||||
/* Group */ fopAc_ACTOR_e,
|
||||
/* CullType */ fopAc_CULLBOX_CUSTOM_e,
|
||||
|
||||
Reference in New Issue
Block a user