summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_b_ob.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2025-02-13 09:37:46 -0800
committerGitHub <noreply@github.com>2025-02-13 10:37:46 -0700
commit6e94efaefba6ea31023fbf52462a4b5c29eb36b4 (patch)
treed139bc7f8698273aa39a1e156a10c28ccb7ea866 /src/d/actor/d_a_b_ob.cpp
parent2453c0e3333157090e839eeab768d19b6a2b0ba1 (diff)
d_a_obj_carry mostly done (#2301)
* d_a_obj_carry mostly done * cleanup some acch inlines
Diffstat (limited to 'src/d/actor/d_a_b_ob.cpp')
-rw-r--r--src/d/actor/d_a_b_ob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_b_ob.cpp b/src/d/actor/d_a_b_ob.cpp
index 4a4e7dea8a..b875c9f923 100644
--- a/src/d/actor/d_a_b_ob.cpp
+++ b/src/d/actor/d_a_b_ob.cpp
@@ -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 {