mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
add default params to a lot more functions
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user