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:
@@ -366,7 +366,7 @@ void daObjIceLeaf_c::actionWait() {}
|
||||
|
||||
/* 80C259C8-80C25A68 001328 00A0+00 1/0 0/0 0/0 .text actionOrderEvent__14daObjIceLeaf_cFv */
|
||||
void daObjIceLeaf_c::actionOrderEvent() {
|
||||
if (eventInfo.i_checkCommandDemoAccrpt()) {
|
||||
if (eventInfo.checkCommandDemoAccrpt()) {
|
||||
setAction(ACT_EVENT_e);
|
||||
mpBck->setPlaySpeed(1.0f);
|
||||
setMode(MODE_DROP_e);
|
||||
@@ -375,7 +375,7 @@ void daObjIceLeaf_c::actionOrderEvent() {
|
||||
fopAcM_onSwitch(this, getSwbit());
|
||||
} else {
|
||||
fopAcM_orderOtherEventId(this, mEventID, mEvId, 0xFFFF, 0, 1);
|
||||
eventInfo.i_onCondition(2);
|
||||
eventInfo.onCondition(2);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user