mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
add more default parameters for common funcs
This commit is contained in:
@@ -815,7 +815,7 @@ s32 daTbox_c::demoProc() {
|
||||
"OPEN_SHORT"
|
||||
};
|
||||
|
||||
s32 actionIdx = dComIfGp_evmng_getMyActIdx(mStaffId, action_table, ARRAY_SIZE(action_table), 0, 0);
|
||||
s32 actionIdx = dComIfGp_evmng_getMyActIdx(mStaffId, action_table, ARRAY_SIZE(action_table), FALSE, 0);
|
||||
bool bIsAdvance = dComIfGp_evmng_getIsAddvance(mStaffId);
|
||||
|
||||
if (bIsAdvance) {
|
||||
|
||||
Reference in New Issue
Block a user