b_gnd equivalent (#2340)

* b_gnd equivalent

* fix dEvt_info_c inlines

* fix some more inlines
This commit is contained in:
TakaRikka
2025-03-23 12:55:28 -07:00
committed by GitHub
parent 4dc0cd9d09
commit a4cdad86f4
178 changed files with 4611 additions and 5262 deletions
+2 -2
View File
@@ -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);
}
}