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
@@ -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);
}
}