diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-02-13 09:37:46 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-13 10:37:46 -0700 |
| commit | 6e94efaefba6ea31023fbf52462a4b5c29eb36b4 (patch) | |
| tree | d139bc7f8698273aa39a1e156a10c28ccb7ea866 /src/d/actor/d_a_b_yo.cpp | |
| parent | 2453c0e3333157090e839eeab768d19b6a2b0ba1 (diff) | |
d_a_obj_carry mostly done (#2301)
* d_a_obj_carry mostly done
* cleanup some acch inlines
Diffstat (limited to 'src/d/actor/d_a_b_yo.cpp')
| -rw-r--r-- | src/d/actor/d_a_b_yo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_b_yo.cpp b/src/d/actor/d_a_b_yo.cpp index 1b6b5c611c..a0aac31a35 100644 --- a/src/d/actor/d_a_b_yo.cpp +++ b/src/d/actor/d_a_b_yo.cpp @@ -1214,7 +1214,7 @@ void daB_YO_c::executeOpening() { mActionTimer2 = 31; player->changeDemoMode(40, 0, 0, 0); } - if (mAcch.i_ChkGroundHit()) { + if (mAcch.ChkGroundHit()) { mRoomType = 1; mColorMode = 4; mColBlend = 0.0f; @@ -2550,7 +2550,7 @@ void daB_YO_c::executeDeath() { case 6: mCamCenter.y = current.pos.y + 540.0f; cLib_chaseF(&speed.y, -100.0f, 10.0f); - if (mAcch.i_ChkGroundHit()) { + if (mAcch.ChkGroundHit()) { dComIfGp_getVibration().StartQuake(8, 0x1f, cXyz(0.0f, 1.0f, 0.0f)); mQuakeTimer = 30; speed.y = 0.0f; |
