mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-24 07:41:29 -04:00
d_a_obj_carry mostly done (#2301)
* d_a_obj_carry mostly done * cleanup some acch inlines
This commit is contained in:
@@ -553,7 +553,7 @@ static void e_s1_roof(e_s1_class* i_this) {
|
||||
if (i_this->mTimers[0] == 0) {
|
||||
i_this->mDrawShadow = true;
|
||||
|
||||
if (i_this->mAcch.i_ChkGroundHit()) {
|
||||
if (i_this->mAcch.ChkGroundHit()) {
|
||||
anm_init(i_this, ANM_DOWN, 1.0f, J3DFrameCtrl::LOOP_ONCE_e, 1.0f);
|
||||
i_this->mMode = 4;
|
||||
i_this->mSound.startCreatureSound(Z2SE_EN_NS_DOSA, 0, -1);
|
||||
@@ -1211,7 +1211,7 @@ static void e_s1_warpappear(e_s1_class* i_this) {
|
||||
break;
|
||||
}
|
||||
|
||||
if (!i_this->mAcch.i_ChkGroundHit()) {
|
||||
if (!i_this->mAcch.ChkGroundHit()) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user