summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_npc_rsh1.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-19 17:29:37 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-19 17:29:37 -0400
commitcd9aa2bc84906a4c17f4f10adbe24c3edf1ffcdd (patch)
tree8c0f3917060863c38079a45d23cdb0e2f867f951 /src/d/actor/d_a_npc_rsh1.cpp
parent0568d6fe35631d50d7e809e3bd9c02201097862c (diff)
d_a_obj_jump OK
closes #416
Diffstat (limited to 'src/d/actor/d_a_npc_rsh1.cpp')
-rw-r--r--src/d/actor/d_a_npc_rsh1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_npc_rsh1.cpp b/src/d/actor/d_a_npc_rsh1.cpp
index 5f5a4034..9632e2db 100644
--- a/src/d/actor/d_a_npc_rsh1.cpp
+++ b/src/d/actor/d_a_npc_rsh1.cpp
@@ -1633,8 +1633,8 @@ BOOL daNpc_Rsh1_c::event_action(void* i_unusedP) {
} else if (mActionStatus != -1) {
privateCut();
if (dComIfGp_evmng_endCheck(mShopOutEventIdx)) {
- if (cLib_checkBit<u32>(actor_status, 0x4000)) {
- cLib_offBit<u32>(actor_status, 0x4000);
+ if (cLib_checkBit<u32>(actor_status, fopAcStts_UNK4000_e)) {
+ cLib_offBit<u32>(actor_status, fopAcStts_UNK4000_e);
}
dComIfGp_event_onEventFlag(dSv_event_flag_c::UNK_0008);
setAction(&daNpc_Rsh1_c::wait_action, NULL);