diff options
Diffstat (limited to 'src/d/actor/d_a_hys.cpp')
| -rw-r--r-- | src/d/actor/d_a_hys.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/d/actor/d_a_hys.cpp b/src/d/actor/d_a_hys.cpp index b92f6652..bd84d9d2 100644 --- a/src/d/actor/d_a_hys.cpp +++ b/src/d/actor/d_a_hys.cpp @@ -8,6 +8,7 @@ #include "d/d_com_inf_game.h" #include "m_Do/m_Do_mtx.h" #include "d/d_procname.h" +#include "d/d_priority.h" #include "weak_data_1811.h" // IWYU pragma: keep @@ -253,7 +254,7 @@ actor_process_profile_definition g_profile_Hys = { /* SizeOther */ 0, /* Parameters */ 0, /* Leaf SubMtd */ &g_fopAc_Method.base, - /* Priority */ 0x0137, + /* Priority */ PRIO_Hys, /* Actor SubMtd */ &daHysMethodTable, /* Status */ fopAcStts_NOCULLEXEC_e | fopAcStts_CULL_e | fopAcStts_UNK4000_e | fopAcStts_UNK40000_e, /* Group */ fopAc_ACTOR_e, |
