mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-30 15:43:19 -04:00
This commit is contained in:
+14
-14
@@ -79,18 +79,18 @@ static actor_method_class daSkip2D_MethodTable = {
|
||||
};
|
||||
|
||||
actor_process_profile_definition g_profile_SKIP2D = {
|
||||
fpcLy_CURRENT_e,
|
||||
3,
|
||||
fpcPi_CURRENT_e,
|
||||
PROC_SKIP2D,
|
||||
&g_fpcLf_Method.base,
|
||||
sizeof(daSkip2D_c),
|
||||
0,
|
||||
0,
|
||||
&g_fopAc_Method.base,
|
||||
772,
|
||||
&daSkip2D_MethodTable,
|
||||
0x40000,
|
||||
fopAc_ACTOR_e,
|
||||
fopAc_CULLBOX_0_e,
|
||||
/* Layer ID */ fpcLy_CURRENT_e,
|
||||
/* List ID */ 3,
|
||||
/* List Prio */ fpcPi_CURRENT_e,
|
||||
/* Proc Name */ fpcNm_SKIP2D_e,
|
||||
/* Proc SubMtd */ &g_fpcLf_Method.base,
|
||||
/* Size */ sizeof(daSkip2D_c),
|
||||
/* Size Other */ 0,
|
||||
/* Parameters */ 0,
|
||||
/* Leaf SubMtd */ &g_fopAc_Method.base,
|
||||
/* Draw Prio */ fpcDwPi_SKIP2D_e,
|
||||
/* Actor SubMtd */ &daSkip2D_MethodTable,
|
||||
/* Status */ fopAcStts_UNK_0x40000_e,
|
||||
/* Group */ fopAc_ACTOR_e,
|
||||
/* Cull Type */ fopAc_CULLBOX_0_e,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user