d_a_obj_carry mostly done (#2301)

* d_a_obj_carry mostly done

* cleanup some acch inlines
This commit is contained in:
TakaRikka
2025-02-13 09:37:46 -08:00
committed by GitHub
parent 2453c0e333
commit 6e94efaefb
63 changed files with 4556 additions and 3407 deletions
+1 -1
View File
@@ -1066,7 +1066,7 @@ static int core_chance(b_ob_class* i_this) {
}
break;
case 1:
if (i_this->mAcch.i_ChkGroundHit()) {
if (i_this->mAcch.ChkGroundHit()) {
if (i_this->mTimers[0] == 0) {
i_this->mMode = 2;
} else {