summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_mozo.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_mozo.cpp
parent7767b9544c5b7cb02fc782c4410a3227e6724853 (diff)
Use fopAcStts enum everywhere
Diffstat (limited to 'src/d/actor/d_a_mozo.cpp')
-rw-r--r--src/d/actor/d_a_mozo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_mozo.cpp b/src/d/actor/d_a_mozo.cpp
index d2e3775e..925abd1f 100644
--- a/src/d/actor/d_a_mozo.cpp
+++ b/src/d/actor/d_a_mozo.cpp
@@ -372,7 +372,7 @@ extern actor_process_profile_definition g_profile_MOZO = {
&g_fopAc_Method.base,
0x00D1,
&l_daMozo_Method,
- 0x00040100,
+ fopAcStts_CULL_e | fopAcStts_UNK40000_e,
fopAc_ACTOR_e,
fopAc_CULLBOX_CUSTOM_e,
};