mirror of
https://github.com/zeldaret/tp
synced 2026-06-28 19:20:51 -04:00
b_gnd equivalent (#2340)
* b_gnd equivalent * fix dEvt_info_c inlines * fix some more inlines
This commit is contained in:
@@ -180,7 +180,7 @@ void daObjSwBallC_c::actionWait() {
|
||||
if (fopAcM_isSwitch(this, 0x3d) && fopAcM_isSwitch(this, 0x3e)) {
|
||||
setAction(1);
|
||||
fopAcM_orderOtherEventId(this, field_0x57c, field_0x57e, 0xffff, 0, 1);
|
||||
eventInfo.i_onCondition(2);
|
||||
eventInfo.onCondition(2);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -194,7 +194,7 @@ void daObjSwBallC_c::actionOrderEvent() {
|
||||
dComIfGs_onTbox(11);
|
||||
} else {
|
||||
fopAcM_orderOtherEventId(this, field_0x57c, field_0x57e, 0xffff, 0, 1);
|
||||
eventInfo.i_onCondition(2);
|
||||
eventInfo.onCondition(2);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user