diff options
Diffstat (limited to 'src/d/actor/d_a_obj_hami3.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_hami3.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_hami3.cpp b/src/d/actor/d_a_obj_hami3.cpp index ff4ef176..9246c564 100644 --- a/src/d/actor/d_a_obj_hami3.cpp +++ b/src/d/actor/d_a_obj_hami3.cpp @@ -6,6 +6,7 @@ #include "d/actor/d_a_obj_hami3.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_Hami3 = { /* SizeOther */ 0, /* Parameters */ 0, /* Leaf SubMtd */ &g_fopAc_Method.base, - /* Priority */ 0x001A, + /* Priority */ PRIO_Obj_Hami3, /* Actor SubMtd */ &daObjHami3::Mthd_Hami3, /* Status */ fopAcStts_NOCULLEXEC_e | fopAcStts_CULL_e | fopAcStts_UNK40000_e, /* Group */ fopAc_ACTOR_e, |
