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