diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-10-07 02:26:59 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-10-07 02:26:59 -0400 |
| commit | 8d4a9545e1a140d8bdbb82e15b05220e73fe5941 (patch) | |
| tree | 1fb26b82eb5a7a0076339fbd61bcd5a933ac4c18 /src/d/actor/d_a_boss_item.cpp | |
| parent | 7767b9544c5b7cb02fc782c4410a3227e6724853 (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.cpp | 2 |
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, }; |
