summaryrefslogtreecommitdiff
path: root/src/d/d_throwstone.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/d_throwstone.cpp
parent7767b9544c5b7cb02fc782c4410a3227e6724853 (diff)
Use fopAcStts enum everywhere
Diffstat (limited to 'src/d/d_throwstone.cpp')
-rw-r--r--src/d/d_throwstone.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_throwstone.cpp b/src/d/d_throwstone.cpp
index cf7dde4e..9d1cf007 100644
--- a/src/d/d_throwstone.cpp
+++ b/src/d/d_throwstone.cpp
@@ -141,7 +141,7 @@ actor_process_profile_definition g_profile_THROWSTONE = {
&g_fopAc_Method.base,
0x01CE,
&l_daThrowstone_Method,
- 0x00040100,
+ fopAcStts_CULL_e | fopAcStts_UNK40000_e,
fopAc_ACTOR_e,
fopAc_CULLBOX_0_e,
};