summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_npc_roten.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-03-12 17:46:14 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-03-12 17:46:14 -0400
commitff60c624ce6b5d76509331df8543d5739de7a76b (patch)
treee410fc62124dc7493bf74677e09cadc09e7ef4e1 /src/d/actor/d_a_npc_roten.cpp
parent37000df61b8be0edc57cb2f412b139a67fe22225 (diff)
Clean up dComIfGp_evmng_getMyActIdx calls
Diffstat (limited to 'src/d/actor/d_a_npc_roten.cpp')
-rw-r--r--src/d/actor/d_a_npc_roten.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_roten.cpp b/src/d/actor/d_a_npc_roten.cpp
index 8485c27f..f74697b8 100644
--- a/src/d/actor/d_a_npc_roten.cpp
+++ b/src/d/actor/d_a_npc_roten.cpp
@@ -2172,7 +2172,7 @@ void daNpcRoten_c::privateCut() {
int staffIdx = dComIfGp_evmng_getMyStaffId(l_npc_staff_id[mNpcNo]);
if(staffIdx != -1) {
- field_0x9C3 = dComIfGp_evmng_getMyActIdx(staffIdx, cut_name_tbl, ARRAY_SIZE(cut_name_tbl), 1, 0);
+ field_0x9C3 = dComIfGp_evmng_getMyActIdx(staffIdx, cut_name_tbl, ARRAY_SIZE(cut_name_tbl), TRUE, 0);
if(field_0x9C3 == -1) {
dComIfGp_evmng_cutEnd(staffIdx);
return;