Also set column in the EarlyHitMessage

This commit is contained in:
teejusb
2023-02-12 14:43:15 -08:00
parent 27c6f7757a
commit d6919e94b9
+1
View File
@@ -2530,6 +2530,7 @@ void Player::Step( int col, int row, const RageTimer &tm, bool bHeld, bool bRele
Message msg( "EarlyHit" );
msg.SetParam( "Player", m_pPlayerState->m_PlayerNumber );
msg.SetParam( "TapNoteScore", score );
msg.SetParam( "Column", col );
MESSAGEMAN->Broadcast( msg );
}
} else {