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_b_bq.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_b_bq.cpp')
| -rw-r--r-- | src/d/actor/d_a_b_bq.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_b_bq.cpp b/src/d/actor/d_a_b_bq.cpp index c6208b94bb..15cebb952d 100644 --- a/src/d/actor/d_a_b_bq.cpp +++ b/src/d/actor/d_a_b_bq.cpp @@ -848,7 +848,7 @@ static s8 b_bq_attack(b_bq_class* i_this) { lin_chk.Set(&i_this->mMizuAtStartPos, &i_this->field_0x12bc, a_this); if (dComIfG_Bgsp().LineCross(&lin_chk)) { - spD8 = lin_chk.i_GetCross(); + spD8 = lin_chk.GetCross(); for (int i = 0; i < 2; i++) { static u16 fireno[] = {0x82D4, 0x82D5}; @@ -2182,7 +2182,7 @@ static void demo_camera(b_bq_class* i_this) { lin_chk.Set(¢er, &eye, a_this); if (dComIfG_Bgsp().LineCross(&lin_chk)) { - eye = lin_chk.i_GetCross(); + eye = lin_chk.GetCross(); } } |
