summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_nh.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2023-10-07 02:26:59 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2023-10-07 02:26:59 -0400
commit8d4a9545e1a140d8bdbb82e15b05220e73fe5941 (patch)
tree1fb26b82eb5a7a0076339fbd61bcd5a933ac4c18 /src/d/actor/d_a_nh.cpp
parent7767b9544c5b7cb02fc782c4410a3227e6724853 (diff)
Use fopAcStts enum everywhere
Diffstat (limited to 'src/d/actor/d_a_nh.cpp')
-rw-r--r--src/d/actor/d_a_nh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_nh.cpp b/src/d/actor/d_a_nh.cpp
index b436f08a..c8691a40 100644
--- a/src/d/actor/d_a_nh.cpp
+++ b/src/d/actor/d_a_nh.cpp
@@ -628,7 +628,7 @@ extern actor_process_profile_definition g_profile_NH = {
/* Leaf SubMtd */ &g_fopAc_Method.base,
/* Priority */ 0x013C,
/* Actor SubMtd */ &l_daNh_Method,
- /* Status */ 0x00040100,
+ /* Status */ fopAcStts_CULL_e | fopAcStts_UNK40000_e,
/* Group */ fopAc_ACTOR_e,
/* CullType */ fopAc_CULLBOX_0_e,
};