summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_bmdhand.cpp
diff options
context:
space:
mode:
author123456789758 <205478182+123456789758@users.noreply.github.com>2025-09-18 12:45:26 -0400
committerGitHub <noreply@github.com>2025-09-18 12:45:26 -0400
commitae94c57e7398b0e1c65970cae062caaa58377880 (patch)
tree303a8bcd9a65deab25e0d67d3895ef03e912b577 /src/d/actor/d_a_bmdhand.cpp
parentc443b52572839919a12c108cebd8867b6555f3b8 (diff)
d_a_bpw - 95% matching (#890)
Co-authored-by: ‎ ‎ ‎ <‎ ‎ ‎>
Diffstat (limited to 'src/d/actor/d_a_bmdhand.cpp')
-rw-r--r--src/d/actor/d_a_bmdhand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_bmdhand.cpp b/src/d/actor/d_a_bmdhand.cpp
index ede45940..6c991e8a 100644
--- a/src/d/actor/d_a_bmdhand.cpp
+++ b/src/d/actor/d_a_bmdhand.cpp
@@ -796,7 +796,7 @@ static cPhs_State daBmdhand_Create(fopAc_ac_c* a_this) {
i_this->m6F8.Set(cc_sph_src);
i_this->m6F8.SetStts(&i_this->m590);
i_this->m5CC.SetR(90.0f);
- if (!(g_dComIfG_gameInfo.save.getMemory().getBit().isStageBossDemo()) && (dComIfGp_getStartStageName()[0] != 'X')) {
+ if (!(dComIfGs_isStageBossDemo()) && (dComIfGp_getStartStageName()[0] != 'X')) {
i_this->m2BA = 3;
}
return cPhs_COMPLEATE_e;