diff options
Diffstat (limited to 'src/d/actor/d_a_kn.cpp')
| -rw-r--r-- | src/d/actor/d_a_kn.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/d/actor/d_a_kn.cpp b/src/d/actor/d_a_kn.cpp index f5fa8e3a..3c77cf00 100644 --- a/src/d/actor/d_a_kn.cpp +++ b/src/d/actor/d_a_kn.cpp @@ -5,6 +5,7 @@ #include "d/actor/d_a_kn.h" #include "d/d_procname.h" +#include "d/d_priority.h" /* 00000078-00000120 .text daKN_Draw__FP8kn_class */ static BOOL daKN_Draw(kn_class*) { @@ -79,7 +80,7 @@ actor_process_profile_definition g_profile_KN = { /* SizeOther */ 0, /* Parameters */ 0, /* Leaf SubMtd */ &g_fopAc_Method.base, - /* Priority */ 0x00BB, + /* Priority */ PRIO_KN, /* Actor SubMtd */ &l_daKN_Method, /* Status */ fopAcStts_CULL_e | fopAcStts_UNK40000_e, /* Group */ fopAc_ENV_e, |
