diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-03-23 12:55:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-23 21:55:28 +0200 |
| commit | a4cdad86f4eb28df25708e8b4b1988148f690f2e (patch) | |
| tree | be0399dac50abe47e0d5d718a9fe9bdbffcbf474 /src/d/actor/d_a_swhit0.cpp | |
| parent | 4dc0cd9d09d5a53bf6d68f0018a8053a1507ee9a (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_swhit0.cpp')
| -rw-r--r-- | src/d/actor/d_a_swhit0.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_swhit0.cpp b/src/d/actor/d_a_swhit0.cpp index 7c0b9d704a..1b635b52ae 100644 --- a/src/d/actor/d_a_swhit0.cpp +++ b/src/d/actor/d_a_swhit0.cpp @@ -243,7 +243,7 @@ void daSwhit0_c::orderEvent() { fopAcM_orderMapToolAutoNextEvent(this, getEvNo(), mEventId, 0xFFFF, 1, 0); } - eventInfo.i_onCondition(2); + eventInfo.onCondition(2); } /* 80486ABC-80486BC4 000B3C 0108+00 1/1 0/0 0/0 .text actionOffWait__10daSwhit0_cFv */ @@ -289,7 +289,7 @@ int daSwhit0_c::actionToOnReady() { /* 80486C28-80486CE4 000CA8 00BC+00 1/1 0/0 0/0 .text actionToOnOrder__10daSwhit0_cFv */ int daSwhit0_c::actionToOnOrder() { - if (eventInfo.i_checkCommandDemoAccrpt()) { + if (eventInfo.checkCommandDemoAccrpt()) { if (dComIfGp_evmng_isMapToolCamera(getEvNo())) { mReadyTimer = 6; mAction += 2; |
