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
This commit is contained in:
LagoLunatic
2026-05-21 19:18:46 -04:00
committed by GitHub
parent d10eaa3ef8
commit ab5659b201
50 changed files with 2670 additions and 2630 deletions
+1 -1
View File
@@ -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())) {