misc cleanup

This commit is contained in:
LagoLunatic
2023-11-19 03:23:36 -05:00
parent 98da19dfac
commit a3ac23c265
8 changed files with 140 additions and 124 deletions
+1 -1
View File
@@ -991,7 +991,7 @@ s32 daTbox_c::demoProc() {
"OPEN_SHORT"
};
s32 actionIdx = dComIfGp_evmng_getMyActIdx(mStaffId, action_table, 4, 0, 0);
s32 actionIdx = dComIfGp_evmng_getMyActIdx(mStaffId, action_table, ARRAY_SIZE(action_table), 0, 0);
bool bIsAdvance = dComIfGp_evmng_getIsAddvance(mStaffId);
if (bIsAdvance) {