add default params to a lot more functions

This commit is contained in:
LagoLunatic
2023-12-08 16:25:12 -05:00
parent 009b4fb35e
commit a3170e5d69
59 changed files with 241 additions and 248 deletions
+1 -1
View File
@@ -258,7 +258,7 @@ void daObjBarrier_c::break_order_proc() {
if (mEvtInfo.checkCommandDemoAccrpt()) {
mBarrierProc = PROC_BREAK_END_WAIT;
} else {
fopAcM_orderOtherEventId(this, mEventID, 0xFF, 0xFFFF, 0, 1);
fopAcM_orderOtherEventId(this, mEventID);
mEvtInfo.onCondition(2);
}
}