fix misses

(how did we all miss *that*? :)
This commit is contained in:
Glenn Maynard
2003-04-22 03:55:23 +00:00
parent 48d6a50e39
commit f23bffe84e
+1 -3
View File
@@ -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 )