summaryrefslogtreecommitdiff
path: root/src/d/d_level_se.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-05-28 01:39:07 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-05-28 01:39:07 -0400
commitb9190842b73c06b54519e66c863188ca22a5d39d (patch)
treed694374eeadefff77944f96da225fb2a0b876101 /src/d/d_level_se.cpp
parent255d01c6db33e8fc4d22b2ffd318e1065660c254 (diff)
Demo work
Diffstat (limited to 'src/d/d_level_se.cpp')
-rw-r--r--src/d/d_level_se.cpp23
1 files changed, 12 insertions, 11 deletions
diff --git a/src/d/d_level_se.cpp b/src/d/d_level_se.cpp
index 3585d36d..fbca1194 100644
--- a/src/d/d_level_se.cpp
+++ b/src/d/d_level_se.cpp
@@ -4,6 +4,7 @@
//
#include "d/d_level_se.h"
+#include "d/d_priority.h"
#include "f_op/f_op_kankyo.h"
#include "f_op/f_op_kankyo_mng.h"
#include "d/d_procname.h"
@@ -49,15 +50,15 @@ kankyo_method_class l_dLevelSe_Method = {
};
kankyo_process_profile_definition g_profile_LEVEL_SE = {
- fpcLy_CURRENT_e,
- 2,
- fpcPi_CURRENT_e,
- PROC_LEVEL_SE,
- &g_fpcLf_Method.base,
- sizeof(dLevelSe_c),
- 0,
- 0,
- &g_fopKy_Method,
- 0x1CD,
- &l_dLevelSe_Method,
+ /* LayerID */ fpcLy_CURRENT_e,
+ /* ListID */ 0x0002,
+ /* ListPrio */ fpcPi_CURRENT_e,
+ /* ProcName */ PROC_LEVEL_SE,
+ /* Proc SubMtd */ &g_fpcLf_Method.base,
+ /* Size */ sizeof(dLevelSe_c),
+ /* SizeOther */ 0,
+ /* Parameters */ 0,
+ /* Leaf SubMtd */ &g_fopKy_Method,
+ /* Priority */ PRIO_LEVEL_SE,
+ /* Actor SubMtd */ &l_dLevelSe_Method,
};