diff options
Diffstat (limited to 'src/d/actor/d_a_nzg.cpp')
| -rw-r--r-- | src/d/actor/d_a_nzg.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/d/actor/d_a_nzg.cpp b/src/d/actor/d_a_nzg.cpp index c892750b..1a2d1e4e 100644 --- a/src/d/actor/d_a_nzg.cpp +++ b/src/d/actor/d_a_nzg.cpp @@ -5,6 +5,7 @@ #include "d/actor/d_a_nzg.h" #include "d/d_procname.h" +#include "d/d_priority.h" /* 00000078-000000E4 .text daNZG_Draw__FP9nzg_class */ static BOOL daNZG_Draw(nzg_class*) { @@ -64,7 +65,7 @@ actor_process_profile_definition g_profile_NZG = { /* SizeOther */ 0, /* Parameters */ 0, /* Leaf SubMtd */ &g_fopAc_Method.base, - /* Priority */ 0x00BA, + /* Priority */ PRIO_NZG, /* Actor SubMtd */ &l_daNZG_Method, /* Status */ fopAcStts_UNK40000_e, /* Group */ fopAc_ACTOR_e, |
