diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-21 19:18:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-21 19:18:46 -0400 |
| commit | ab5659b2016b4040424198f2f33080e125182f21 (patch) | |
| tree | 5c0faf528ecf13a22347b3ccc1e9d939ed636282 /src/d/d_msg.cpp | |
| parent | d10eaa3ef8b258d5edc4eb8756280155ec342481 (diff) | |
d_a_player_main cleanup and some demo matches (#1016)
* d_a_player_main cleanup and some demo matches
* Add unions for player_main procvars
* Make d_a_player_main fields private
Diffstat (limited to 'src/d/d_msg.cpp')
| -rw-r--r-- | src/d/d_msg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_msg.cpp b/src/d/d_msg.cpp index 705a09ba..bffb2540 100644 --- a/src/d/d_msg.cpp +++ b/src/d/d_msg.cpp @@ -1624,7 +1624,7 @@ void dMsg_tactInput(sub_msg_class* i_Msg) { dMsg_tactGuideShow(i_Msg, mBeatNum[melody_no]); } if (daPy_getPlayerActorClass()->checkTactInput()) { - sVar1 = daPy_getPlayerLinkActorClass()->m34D6; + sVar1 = daPy_getPlayerLinkActorClass()->getTactLeftHandPos(); mDoAud_tact_getMelodyPattern(melody_no, i_Msg->m1100, &local_38); i_Msg->m1100++; if ((sVar1 == local_38) && (mBeatNum[melody_no] == mDoAud_tact_getBeat())) { |
