summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_obj_iceleaf.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2025-03-23 12:55:28 -0700
committerGitHub <noreply@github.com>2025-03-23 21:55:28 +0200
commita4cdad86f4eb28df25708e8b4b1988148f690f2e (patch)
treebe0399dac50abe47e0d5d718a9fe9bdbffcbf474 /src/d/actor/d_a_obj_iceleaf.cpp
parent4dc0cd9d09d5a53bf6d68f0018a8053a1507ee9a (diff)
b_gnd equivalent (#2340)
* b_gnd equivalent * fix dEvt_info_c inlines * fix some more inlines
Diffstat (limited to 'src/d/actor/d_a_obj_iceleaf.cpp')
-rw-r--r--src/d/actor/d_a_obj_iceleaf.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_obj_iceleaf.cpp b/src/d/actor/d_a_obj_iceleaf.cpp
index 12fa59b48b..ad07fac945 100644
--- a/src/d/actor/d_a_obj_iceleaf.cpp
+++ b/src/d/actor/d_a_obj_iceleaf.cpp
@@ -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);
}
}