add more default parameters for common funcs

This commit is contained in:
LagoLunatic
2024-04-16 13:44:24 -04:00
parent ad0478fe15
commit 8238d12e71
26 changed files with 100 additions and 99 deletions
+1 -1
View File
@@ -315,7 +315,7 @@ s32 dDoor_info_c::getDemoAction() {
"DROP_AF",
};
return dComIfGp_evmng_getMyActIdx(mStaffId, action_table, ARRAY_SIZE(action_table), 0, 0);
return dComIfGp_evmng_getMyActIdx(mStaffId, action_table, ARRAY_SIZE(action_table), FALSE, 0);
}
/* 8006C0EC-8006C1D8 .text setGoal__12dDoor_info_cFv */