mirror of
https://github.com/zeldaret/tp
synced 2026-07-07 06:04:58 -04:00
b_gnd equivalent (#2340)
* b_gnd equivalent * fix dEvt_info_c inlines * fix some more inlines
This commit is contained in:
@@ -256,7 +256,7 @@ void daObjRotStair_c::actionWait() {
|
||||
field_0x5e2 = false;
|
||||
setAction(ACTION_ORDER_EVENT);
|
||||
fopAcM_orderOtherEventId(this, mEventId, mMapToolId, 0xffff, 0, 1);
|
||||
eventInfo.i_onCondition(dEvtCnd_CANDEMO_e);
|
||||
eventInfo.onCondition(dEvtCnd_CANDEMO_e);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -266,7 +266,7 @@ void daObjRotStair_c::actionOrderEvent() {
|
||||
setAction(ACTION_EVENT);
|
||||
} else {
|
||||
fopAcM_orderOtherEventId(this, mEventId, mMapToolId, 0xffff, 0, 1);
|
||||
eventInfo.i_onCondition(dEvtCnd_CANDEMO_e);
|
||||
eventInfo.onCondition(dEvtCnd_CANDEMO_e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user