mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 04:31:37 -04:00
d_a_obj_carry mostly done (#2301)
* d_a_obj_carry mostly done * cleanup some acch inlines
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user