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
+4 -4
View File
@@ -1508,9 +1508,9 @@ void daE_DT_c::executeDeath() {
break;
case 2:
if (!eventInfo.i_checkCommandDemoAccrpt()) {
if (!eventInfo.checkCommandDemoAccrpt()) {
fopAcM_orderPotentialEvent(this, 2, 0xffff, 0);
eventInfo.i_onCondition(dEvtCnd_CANDEMO_e);
eventInfo.onCondition(dEvtCnd_CANDEMO_e);
} else {
setDeadShibukiEffect();
setDeadYodareEffect();
@@ -1753,9 +1753,9 @@ void daE_DT_c::executeOpening() {
return;
case 3:
if (!eventInfo.i_checkCommandDemoAccrpt()) {
if (!eventInfo.checkCommandDemoAccrpt()) {
fopAcM_orderPotentialEvent(this, 2, 0xffff, 0);
eventInfo.i_onCondition(dEvtCnd_CANDEMO_e);
eventInfo.onCondition(dEvtCnd_CANDEMO_e);
} else {
mMode = 4;
mTimer = 60;