diff options
Diffstat (limited to 'src/d/actor/d_a_obj_hami2.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_hami2.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_hami2.cpp b/src/d/actor/d_a_obj_hami2.cpp index 4f938944..e5139dfc 100644 --- a/src/d/actor/d_a_obj_hami2.cpp +++ b/src/d/actor/d_a_obj_hami2.cpp @@ -6,6 +6,7 @@ #include "d/actor/d_a_obj_hami2.h" #include "m_Do/m_Do_ext.h" #include "d/d_procname.h" +#include "d/d_priority.h" /* 00000078-0000012C .text nodeCallBack__FP7J3DNodei */ static BOOL nodeCallBack(J3DNode*, int) { @@ -134,7 +135,7 @@ actor_process_profile_definition g_profile_Obj_Hami2 = { /* SizeOther */ 0, /* Parameters */ 0, /* Leaf SubMtd */ &g_fopAc_Method.base, - /* Priority */ 0x0019, + /* Priority */ PRIO_Obj_Hami2, /* Actor SubMtd */ &daObjHami2::Mthd_Hami2, /* Status */ fopAcStts_NOCULLEXEC_e | fopAcStts_CULL_e | fopAcStts_UNK40000_e, /* Group */ fopAc_ACTOR_e, |
