diff options
Diffstat (limited to 'src/d/actor/d_a_sitem.cpp')
| -rw-r--r-- | src/d/actor/d_a_sitem.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/d/actor/d_a_sitem.cpp b/src/d/actor/d_a_sitem.cpp index b3e00b9b..0ff8ed67 100644 --- a/src/d/actor/d_a_sitem.cpp +++ b/src/d/actor/d_a_sitem.cpp @@ -5,6 +5,7 @@ #include "d/actor/d_a_sitem.h" #include "d/d_procname.h" +#include "d/d_priority.h" /* 000000EC-000001FC .text hand_draw__FP11sitem_class */ void hand_draw(sitem_class*) { @@ -104,7 +105,7 @@ actor_process_profile_definition g_profile_SITEM = { /* SizeOther */ 0, /* Parameters */ 0, /* Leaf SubMtd */ &g_fopAc_Method.base, - /* Priority */ 0x00F3, + /* Priority */ PRIO_SITEM, /* Actor SubMtd */ &l_daSitem_Method, /* Status */ fopAcStts_UNK4000_e | fopAcStts_UNK40000_e, /* Group */ fopAc_ENEMY_e, |
