mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 21:33:07 -04:00
Regenerate old actor profiles for consistency
This commit is contained in:
@@ -141,7 +141,6 @@ BOOL daObjMagmarock::Method::IsDelete(void*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
|
||||
static actor_method_class daObjMagmarock::Method::Table = {
|
||||
(process_method_func)daObjMagmarock::Method::Create,
|
||||
(process_method_func)daObjMagmarock::Method::Delete,
|
||||
@@ -161,7 +160,7 @@ actor_process_profile_definition g_profile_Obj_Magmarock = {
|
||||
/* Parameters */ 0,
|
||||
/* Leaf SubMtd */ &g_fopAc_Method.base,
|
||||
/* Priority */ 0x01A9,
|
||||
/* Actor SubMtd */ &daObjMagmarock::daObjMagmarock::Method::Table,
|
||||
/* Actor SubMtd */ &daObjMagmarock::Method::Table,
|
||||
/* Status */ fopAcStts_CULL_e | fopAcStts_UNK40000_e,
|
||||
/* Group */ fopAc_ACTOR_e,
|
||||
/* CullType */ fopAc_CULLBOX_CUSTOM_e,
|
||||
|
||||
Reference in New Issue
Block a user