diff options
Diffstat (limited to 'src/d/actor/d_a_b_ds.cpp')
| -rw-r--r-- | src/d/actor/d_a_b_ds.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_b_ds.cpp b/src/d/actor/d_a_b_ds.cpp index fc036756e9..93fb06d042 100644 --- a/src/d/actor/d_a_b_ds.cpp +++ b/src/d/actor/d_a_b_ds.cpp @@ -605,7 +605,7 @@ void daB_DS_c::mSmokeSet() { return; } - if (mAcch.i_ChkGroundHit()) { + if (mAcch.ChkGroundHit()) { if (field_0x84d == 0 && mAcch.GetGroundH() != -1000000000.0f) { cXyz particle_scale(1.0f, 1.0f, 1.0f); cXyz particle_pos(current.pos); @@ -3617,7 +3617,7 @@ void daB_DS_c::executeBattle2Damage() { // fallthrough case 2: mCameraCenter = current.pos; - if (!mAcch.i_ChkGroundHit() && current.pos.y - 100.0f > chk_pos.y) { + if (!mAcch.ChkGroundHit() && current.pos.y - 100.0f > chk_pos.y) { break; } |
