fix misses
(how did we all miss *that*? :)
This commit is contained in:
@@ -544,16 +544,14 @@ void Player::UpdateTapNotesMissedOlderThan( float fMissIfOlderThanSeconds )
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(!MissedNoteOnThisRow) continue;
|
if(!MissedNoteOnThisRow) continue;
|
||||||
|
iNumMissesFound++;
|
||||||
HandleTapRowScore( r );
|
HandleTapRowScore( r );
|
||||||
m_Combo.SetCombo( GAMESTATE->m_CurStageStats.iCurCombo[m_PlayerNumber] );
|
m_Combo.SetCombo( GAMESTATE->m_CurStageStats.iCurCombo[m_PlayerNumber] );
|
||||||
}
|
}
|
||||||
|
|
||||||
if( iNumMissesFound > 0 )
|
if( iNumMissesFound > 0 )
|
||||||
{
|
|
||||||
m_Judgment.SetJudgment( TNS_MISS );
|
m_Judgment.SetJudgment( TNS_MISS );
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void Player::CrossedRow( int iNoteRow )
|
void Player::CrossedRow( int iNoteRow )
|
||||||
|
|||||||
Reference in New Issue
Block a user