mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
Clean up dComIfGp_evmng_getMyActIdx calls
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user