summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_boss_item.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_boss_item.cpp
parent7767b9544c5b7cb02fc782c4410a3227e6724853 (diff)
Use fopAcStts enum everywhere
Diffstat (limited to 'src/d/actor/d_a_boss_item.cpp')
-rw-r--r--src/d/actor/d_a_boss_item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_boss_item.cpp b/src/d/actor/d_a_boss_item.cpp
index 92692c69..3b8d4453 100644
--- a/src/d/actor/d_a_boss_item.cpp
+++ b/src/d/actor/d_a_boss_item.cpp
@@ -70,7 +70,7 @@ extern actor_process_profile_definition g_profile_BOSSITEM = {
&g_fopAc_Method.base,
0x00FB,
&daBossItem_METHODS,
- 0x00040000,
+ fopAcStts_UNK40000_e,
fopAc_ACTOR_e,
fopAc_CULLBOX_0_e,
};