summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_bst.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-09-15 11:14:19 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-09-15 11:14:19 -0400
commit065f5170214a431f1ca4ff9f3b7f34c3807095ad (patch)
tree6e2640bb9cdecc5b9efdfaff82f43c2f550a425b /src/d/actor/d_a_bst.cpp
parentbe7b6b1e77c990f33e7ea46759fbe12966b9fcad (diff)
Make m_Do_ext fields private, more bmd cleanup
Diffstat (limited to 'src/d/actor/d_a_bst.cpp')
-rw-r--r--src/d/actor/d_a_bst.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_bst.cpp b/src/d/actor/d_a_bst.cpp
index 8eabe5d3..14086350 100644
--- a/src/d/actor/d_a_bst.cpp
+++ b/src/d/actor/d_a_bst.cpp
@@ -1328,7 +1328,7 @@ static void end_demo(bst_class* i_this) {
i_this->mDamage++;
// fall-through
case 1:
- if ((s32)i_this->field_0x02B8->mFrameCtrl.getFrame() == 20) {
+ if ((s32)i_this->field_0x02B8->getFrame() == 20) {
fopAcM_seStart(i_this, JA_SE_CM_BST_JUMP_L, 0);
}
break;