diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-12 17:46:14 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-12 17:46:14 -0400 |
| commit | ff60c624ce6b5d76509331df8543d5739de7a76b (patch) | |
| tree | e410fc62124dc7493bf74677e09cadc09e7ef4e1 /src/d/actor/d_a_obj_pfall.cpp | |
| parent | 37000df61b8be0edc57cb2f412b139a67fe22225 (diff) | |
Clean up dComIfGp_evmng_getMyActIdx calls
Diffstat (limited to 'src/d/actor/d_a_obj_pfall.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_pfall.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_pfall.cpp b/src/d/actor/d_a_obj_pfall.cpp index be7c0970..113ef34e 100644 --- a/src/d/actor/d_a_obj_pfall.cpp +++ b/src/d/actor/d_a_obj_pfall.cpp @@ -217,7 +217,7 @@ void daObj_Pfall_c::cutProc() { }; int staffIdx = dComIfGp_evmng_getMyStaffId("Nzfall"); if(staffIdx != -1) { - int actIdx = dComIfGp_evmng_getMyActIdx(staffIdx, action_table, ARRAY_SIZE(action_table), NULL, 0); + int actIdx = dComIfGp_evmng_getMyActIdx(staffIdx, action_table, ARRAY_SIZE(action_table), FALSE, 0); if(actIdx == -1) { dComIfGp_evmng_cutEnd(staffIdx); } else { |
