d_a_player_main work

This commit is contained in:
LagoLunatic
2024-01-15 04:47:27 -05:00
parent f5773a44d1
commit 8485e571b4
25 changed files with 604 additions and 287 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ s32 fopAc_Execute(void* pProc) {
CHECK_VEC3_RANGE(0x286, actor->current.pos);
if (fopAcM_checkStatus(actor, fopAcStts_NOPAUSE_e) || (!dMenu_flag() && !dScnPly_ply_c::isPause())) {
actor->mEvtInfo.setCondition(dEvtCnd_NONE_e);
actor->mEvtInfo.beforeProc();
s32 moveApproval = dComIfGp_event_moveApproval(actor);