Mines need to be processed for dance points
This commit is contained in:
@@ -57,7 +57,7 @@ float AdjustedWindowSeconds( TimingWindow tw )
|
||||
return fSecs;
|
||||
}
|
||||
|
||||
|
||||
//is this define really needed, if not I'll remove it
|
||||
#define ADJUSTED_WINDOW_SECONDS( tw ) AdjustedWindowSeconds( tw )
|
||||
|
||||
|
||||
@@ -1456,6 +1456,12 @@ void Player::UpdateJudgedRows()
|
||||
if( m_pCombinedLifeMeter )
|
||||
m_pCombinedLifeMeter->ChangeLife( pn, tn.result.tns );
|
||||
|
||||
//Make sure hit mines affect the dance points
|
||||
if( m_pPrimaryScoreKeeper )
|
||||
m_pPrimaryScoreKeeper->HandleTapScore( tn );
|
||||
if( m_pSecondaryScoreKeeper )
|
||||
m_pSecondaryScoreKeeper->HandleTapScore( tn );
|
||||
|
||||
TapNote tn2 = tn;
|
||||
tn2.result.bHidden = true;
|
||||
m_NoteData.SetTapNote( iTrack, iRow, tn2 );
|
||||
|
||||
Reference in New Issue
Block a user