summaryrefslogtreecommitdiff
path: root/src/d/d_attention.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-12-29 13:20:45 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-12-29 13:20:45 -0500
commit1c3762cf14a3d21d71ece1bf24369ce9f582d677 (patch)
tree6f4c1c0870401588b9228f21b9e2fe9e63d71d33 /src/d/d_attention.cpp
parent8651f98984261e3ea2082ed1e4864558f4189c90 (diff)
Move daPy methods into d_a_player headers
Diffstat (limited to 'src/d/d_attention.cpp')
-rw-r--r--src/d/d_attention.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_attention.cpp b/src/d/d_attention.cpp
index d0550559..0a847bfa 100644
--- a/src/d/d_attention.cpp
+++ b/src/d/d_attention.cpp
@@ -55,7 +55,7 @@ bool dAttDraw_CallBack_c::execute(u16 timing, J3DTransformInfo* xform) {
/* 8009D2E0-8009D654 .text __ct__12dAttention_cFP10fopAc_ac_cUl */
dAttention_c::dAttention_c(fopAc_ac_c* i_player, u32 i_padNo) {
- mpPlayer = (daPy_lk_c*)i_player;
+ mpPlayer = i_player;
mPadNo = i_padNo;
initList(0xFFFFFFFF);
mFlagMask = 0;
@@ -848,7 +848,7 @@ void dAttention_c::judgementStatusHd(u32 interactMask) {
bool dAttention_c::Run(u32 interactMask) {
bool var = dComIfGs_getOptAttentionType() == 0;
if (chkFlag(AttnFlag_00000080)) {
- mpPlayer = (daPy_lk_c*)dComIfGp_getPlayer(0);
+ mpPlayer = dComIfGp_getPlayer(0);
mPadNo = 0;
}
runDebugDisp0();