cleanup
This commit is contained in:
@@ -880,8 +880,8 @@ void Player::Step( int col, const RageTimer &tm )
|
|||||||
// TODO: Remove use of PlayerNumber.
|
// TODO: Remove use of PlayerNumber.
|
||||||
PlayerNumber pn = m_pPlayerState->m_PlayerNumber;
|
PlayerNumber pn = m_pPlayerState->m_PlayerNumber;
|
||||||
|
|
||||||
//Keep this here so we get the same data as Autosync
|
// Keep this here so we get the same data as Autosync
|
||||||
NSMAN->ReportTiming(fNoteOffset,pn);
|
NSMAN->ReportTiming( fNoteOffset,pn );
|
||||||
|
|
||||||
if( m_pPrimaryScoreKeeper )
|
if( m_pPrimaryScoreKeeper )
|
||||||
m_pPrimaryScoreKeeper->HandleTapScore( score );
|
m_pPrimaryScoreKeeper->HandleTapScore( score );
|
||||||
|
|||||||
Reference in New Issue
Block a user