mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-30 15:43:19 -04:00
This commit is contained in:
+12
-12
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "d/d_k_wpillar.h"
|
||||
#include "d/d_com_inf_game.h"
|
||||
#include "d/d_procname.h"
|
||||
#include "f_pc/f_pc_name.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
static const char l_arcName[] = "Always";
|
||||
@@ -133,15 +133,15 @@ static leafdraw_method_class l_dkWpillar_Method = {
|
||||
};
|
||||
|
||||
kankyo_process_profile_definition g_profile_WPILLAR = {
|
||||
fpcLy_CURRENT_e,
|
||||
9,
|
||||
fpcPi_CURRENT_e,
|
||||
PROC_WPILLAR,
|
||||
&g_fpcLf_Method.base,
|
||||
sizeof(dkWpillar_c),
|
||||
0,
|
||||
0,
|
||||
&g_fopKy_Method,
|
||||
759,
|
||||
&l_dkWpillar_Method,
|
||||
/* Layer ID */ fpcLy_CURRENT_e,
|
||||
/* List ID */ 9,
|
||||
/* List Prio */ fpcPi_CURRENT_e,
|
||||
/* Proc Name */ fpcNm_WPILLAR_e,
|
||||
/* Proc SubMtd */ &g_fpcLf_Method.base,
|
||||
/* Size */ sizeof(dkWpillar_c),
|
||||
/* Size Other */ 0,
|
||||
/* Parameters */ 0,
|
||||
/* Leaf SubMtd */ &g_fopKy_Method,
|
||||
/* Draw Prio */ fpcDwPi_WPILLAR_e,
|
||||
/* Kankyo SubMtd */ &l_dkWpillar_Method,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user