mirror of
https://github.com/zeldaret/tp
synced 2026-06-07 12:07:34 -04:00
b_gnd equivalent (#2340)
* b_gnd equivalent * fix dEvt_info_c inlines * fix some more inlines
This commit is contained in:
@@ -188,7 +188,7 @@ void daObjBmSh_c::actionWait() {
|
||||
if (checkSw()) {
|
||||
setAction(daObjBmSh_Action_ORDER_EVENT_e);
|
||||
fopAcM_orderOtherEventId(this, mEventIdx, mEvent, 0xffff, 0, 1);
|
||||
eventInfo.i_onCondition(dEvtCnd_CANDEMO_e);
|
||||
eventInfo.onCondition(dEvtCnd_CANDEMO_e);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -199,7 +199,7 @@ void daObjBmSh_c::actionOrderEvent() {
|
||||
setAction(daObjBmSh_Action_EVENT_e);
|
||||
} else {
|
||||
fopAcM_orderOtherEventId(this, mEventIdx, mEvent, 0xffff, 0, 1);
|
||||
eventInfo.i_onCondition(dEvtCnd_CANDEMO_e);
|
||||
eventInfo.onCondition(dEvtCnd_CANDEMO_e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user