diff options
Diffstat (limited to 'src/d/actor/d_a_nz.cpp')
| -rw-r--r-- | src/d/actor/d_a_nz.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/d/actor/d_a_nz.cpp b/src/d/actor/d_a_nz.cpp index 342222b4..539166c1 100644 --- a/src/d/actor/d_a_nz.cpp +++ b/src/d/actor/d_a_nz.cpp @@ -6,6 +6,7 @@ #include "d/actor/d_a_nz.h" #include "m_Do/m_Do_ext.h" #include "d/d_procname.h" +#include "d/d_priority.h" /* 000000EC-00000138 .text __ct__10daNZ_HIO_cFv */ daNZ_HIO_c::daNZ_HIO_c() { @@ -195,7 +196,7 @@ actor_process_profile_definition g_profile_NZ = { /* SizeOther */ 0, /* Parameters */ 0, /* Leaf SubMtd */ &g_fopAc_Method.base, - /* Priority */ 0x00B9, + /* Priority */ PRIO_NZ, /* Actor SubMtd */ &l_daNZ_Method, /* Status */ fopAcStts_SHOWMAP_e | fopAcStts_CULL_e | fopAcStts_UNK40000_e | fopAcStts_UNK80000_e, /* Group */ fopAc_ENEMY_e, |
